项目作者: masaun

项目描述 :
SSI associated Loan Token
高级语言: Solidity
项目地址: git://github.com/masaun/ssi-associated-loan-token.git
创建时间: 2020-09-29T23:41:11Z
项目社区:https://github.com/masaun/ssi-associated-loan-token

开源协议:

下载


SSI associated Loan Token (※ In progress)


【Introduction of SSI associated Loan Token】

  • This is the smart contract for creating SSI associated Loan Token
    • Create the loan token every borrowing (and repaying).
      (Each loan token is created in the LoanTokenFactory.sol)
    • Each loan token is associated with SSI (Use the Ethr-DID-Registry contract of uPort)

【Setup】

  1. Npm install
    1. $ npm install


  1. Migrate
    1. $ npm run migrate:rinkeby

【Test】

  • Testing for all contract (※ Rinkeby test network )
    1. $ npm run test:rinkeby



【References】