0.0.2 • Published 6 years ago

@runningbeta/erc721-holdings v0.0.2

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

erc721-holdings 🎈

CircleCI

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