Skip to content

Designed to represent a fungible asset as an ERC223 token

License

Notifications You must be signed in to change notification settings

yazinsai/asset-token

 
 

Repository files navigation

Asset Token

Build Status

Designed to represented a fungible asset with offchain interaction as an ERC223 token.

Developing

Truffle is used to develop and test the Asset Token Smart Contract. This has a dependency of Node.js.

Prerequisites:

yarn (but npm should work just as well) and solidity-coverage need to be installed.

yarn install

This will install all the required packages.

Testing

Start testrpc in a separate terminal tab or window.

yarn testrpc

# in separate window or tab
yarn test

This will compile the contract, deploy to the testrpc instance and run the tests.

yarn coverage

this will produce a test coverage report

About

Designed to represent a fungible asset as an ERC223 token

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%