Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 758 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 758 Bytes

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 [email protected]: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

  1. Fork the repository
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request