An interface definition and reference implementation of the Simple Restricted Token Standard.
An ERC-1404 token is an ERC-20 compatible token that posits a standardized interface for issuing tokens with transfer restrictions.
Clone the repository
$ git clone [email protected]:tokensoft/ERC1404-reference-implementation.git
$ npm install
Run tests
$ npm run test
The smart contracts are implemented using Solidity 0.4.24.
- 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