Skip to content

geniusyield/dex-lucid

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.