1.0.7 • Published 2 years ago

@zapprotocol/nft-sdk v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Zap NFT SDK

Node.js CI

Classes

Exported Functions

Installation

Yarn

yarn add @zapprotocol/nft-sdk

Npm

npm i @zapprotocol/nft-sdk

Development

Local Testing

Configuration

  • In the current terminal verify the path is nft-sdk and run yarn install to install all dependencies

To Run All Test Files

  • In a new terminal verify the path is nft-sdk and run yarn run ganache to start the local Ganache node.

  • In the original terminal where yarn install was executed verify the path is nft-sdk and run yarn run test or yarn test.