UNPKG

solmash-whitelist-sdk-v2

Version:

A sdk for interacting Solmash Whitelist program

40 lines (25 loc) 551 B
# Solmash Whitelist Program Sdk To work on this sdk, run ``` yarn install ``` to install dependencies Run ``` yarn build ``` to build the project To run the test script copy `.env.example` to `.env` and provide respective values and run ``` yarn test:single <test file path> # example yarn test:single test/e2e/initAuction.spec.ts ``` to run the specific test script. Run ``` yarn format ``` to format the code using prettier. > [!CAUTION] > Don't add any value to `.env.example` file and make sure `.env` is included in gitignore file.