/CreditABS

Play with Assets-Backed Security Application on Ethereum

Primary LanguageJavaScript

CreditABS

Play with Assets-Backed Security Application on Ethereum

Build

node scripts/compile.js
# or
npm run compile

Test

This project has unit tests on the contract.

mocha is required.

mocha tests
# or
npm run test

Run

MetaMask is required.

npm run dev

TODO

  • Allow issuer to cancel a payment.

Acknowledgement

Basic idea to make a token contract refers to ERC20.

Project structure and web UI refers to wangshijun/ethereum-contract-workflow

The way to check contract address refers to ERC223 implementation.