2.0.0 • Published 1 year ago
@geniusyield/sdk v2.0.0
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.