Skip to content

masaun/ssi-associated-loan-token

Repository files navigation

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
$ npm install

  1. Migrate
$ npm run migrate:rinkeby

 

【Test】

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


【References】