@runningbeta/erc721-holdings
v0.0.2
Published
ERC721 Holdings contracts library for Solidity
Downloads
8
Maintainers
Readme
erc721-holdings 🎈
Getting started
You will need Truffle framework:
# Make sure we have the latest truffle version
npm uninstall -g truffle
npm install -g truffle@latest
To test this project locally, clone the repo and run:
# install dependencies
npm install
# run tests
truffle test