58b766a923 | ||
---|---|---|
.. | ||
contracts | ||
migrations | ||
test | ||
.gitignore | ||
README.md | ||
package.json | ||
truffle-config.js |
README.md
EIP-4907
EIP-4907 is an extension of ERC-721. It proposes an additional role user and a valid duration indicator expires. It allows users and developers manage the use right more simple and efficient.
Tools
- Visual Studio Code
- Solidity - Solidity support for Visual Studio code
- Truffle - the most popular development framework for Ethereum
Install
npm install
Test
truffle test
Additional Resources
- Official Truffle Documentation for complete and detailed guides, tips, and sample code.