Yarn
yarn add @zapprotocol/nft-sdk
Npm
npm i @zapprotocol/nft-sdk
- In the current terminal verify the path is
nft-sdk
and runyarn install
to install all dependencies
-
In a new terminal verify the path is
nft-sdk
and runyarn run ganache
to start the local Ganache node. -
In the original terminal where
yarn install
was executed verify the path isnft-sdk
and runyarn run test
oryarn test
.