Reference Implementation
An interface definition and reference implementation of the Simple Restricted Token Standard.
Status
An ERC-1404
token is an ERC-20
compatible token that posits a standardized interface for issuing tokens with transfer restrictions.
Development
Clone the repository
$ git clone git@github.com:tokensoft/ERC1404-reference-implementation.git
$ npm install
Run tests
$ npm run test
Compiler Version
The smart contracts are implemented using Solidity 0.4.24
.
Contributing
- Fork the repository
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request