16 lines
334 B
Markdown
16 lines
334 B
Markdown
# EIP-5007
|
|
This standard is an extension of [ERC-721](../../EIPS/eip-721.md). It proposes some additional functions (`startTime`, `endTime`) to help with on-chain time management.
|
|
|
|
## Tools
|
|
* [Truffle](https://truffleframework.com/) - a development framework for Ethereum
|
|
|
|
## Install
|
|
```
|
|
npm install
|
|
```
|
|
|
|
## Test
|
|
```
|
|
truffle test
|
|
```
|