@zebec-protocol/zebec-near-sdk
v1.1.6-beta.4
Published
An SDK for interacting with Zebec smart contract in Near Protocol.
Downloads
122
Readme
Zebec Protocol SDK - Near Protocol
An SDK for interacting with Zebec smart contract in Near Protocol.
Installallation
yarn add @zebec-protocol/zebec-near-sdk
// or
npm i @zebec-protocol/zebec-near-sdk
Development
To build the package
npm run build
// or
yarn build
The test scripts requires some environments variable in order to run. Rename the .env.example
file to .env
and provide required value for variables before run the test scripts. To run tests
npm test
// or
yarn test
To run single test script file
npm run test:single
// or
yarn test:single
To generate type docs
npm run docs:gen
// or
yarn docs:gen
To format and run the source files
npm start
// or
yarn start