Skip to content

geniusyield/dex-lucid

Folders and files

NameName
Last commit message
Last commit date
Jun 4, 2024
Jun 25, 2024
Aug 31, 2024
Aug 5, 2024
Jun 4, 2024
May 29, 2024
Aug 31, 2024
May 30, 2024
Aug 5, 2024
Jul 26, 2024
Aug 31, 2024
Aug 31, 2024
May 29, 2024
Jun 4, 2024

Repository files navigation

GeniusYield Lucid SDK

Provides @lucid-evolution/lucid SDK to interact with GeniusYield DEX.

Install

Package name is @geniusyield/sdk and can be installed by your favorite package manager, for pnpm it would be pnpm add @geniusyield/sdk.

Local Development

Build

pnpm build.

Test

Test files are located under test directory. To run, one would need to create an .env file with environment variables as highlighted under .env.sample file. After which, tests can be executed with pnpm test command.

Test files are also a great way to see how to interact with this library.