nibbstack/erc721
The reference implementation of the ERC-721 non-fungible token standard.
6 Releases
Latest: 4y ago
2.6.1Latest
📋 Changes
- Fixed ABI path to `@nibbstack/erc721/abi`.
2.5.1
📋 Changes
- Allow transfer to be overriden.
2.5.0
📋 Changes
- Make `tokenUri` overridable.
- Package renamed from `@0xcert/ethereum-erc721` to `@nibbstack/erc721`.
- Repository moved from `0xcert` to `Nibbstack` organization.
2.4.2
2.4.1
2.0.0
📋 Changes
- Solidity compiler version changed from 0.4.x to 0.5.x
- Gas optimizations (especially for enumerable extension)
- Full style guide
- Testing environment switched from [truffle](https://truffleframework.com/) to [specron](https://specron.github.io/framework/)
- Dependencies removed so the ERC-721 contracts can be used directly from the remix
- Visibility of functions changed to provide better extendability as well as better safety from implementation mistakes
- Documentation improvements
