Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

38 lines (20 loc) · 1.06 KB

Jibrel Ethereum smart contracts

The Jibrel contracts implements ERC20 compliant tokens:

  • Crypto Depository Receipts (CryDRs) are smart contracts that represent the value of a real-world asset.
  • Jibrel Network Token (JNT) is a virtual currency used to purchase / redeem CryDRs.

Users can convert Jibrel Network Token (JNT) into CryDRs representing fiat currencies, commodities, bonds or even securities. CryDRs can be transferred to another individual or entity, who can redeem the token for the underlying value in JNT with the Jibrel DAO. CryDRs have smart regulation embedded, meaning all transactions are KYC / AML compliant.

Links

Jibrel Network site

White Paper

How to test

Jibrel contracts integrates with Truffle, an Ethereum development environment. Please install Node.js and npm.

Test contracts

Running associated unit tests as follows:

npm test

Coverage test

Running coverage as follows:

npm run coverage