Provides @lucid-evolution/lucid SDK to interact with GeniusYield DEX.
Package name is @geniusyield/sdk
and can be installed by your favorite package manager, for pnpm
it would be pnpm add @geniusyield/sdk
.
pnpm build
.
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.