Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@runningbeta/erc721-holdings

runningbeta7Apache-2.00.0.2

ERC721 Holdings contracts library for Solidity

erc721, holdings, non-fungible, token, item, solidity, ethereum, smart, contracts, r8, runningbeta, security, zeppelin

readme

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