Skip to content

An interface definition and reference implementation of the Simple Restricted Token Standard.

Notifications You must be signed in to change notification settings

simple-restricted-token/reference-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  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

About

An interface definition and reference implementation of the Simple Restricted Token Standard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published