Skip to content

Latest commit

History

History
22 lines (16 loc) 路 510 Bytes

README.md

File metadata and controls

22 lines (16 loc) 路 510 Bytes

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