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.
Jibrel contracts integrates with Truffle, an Ethereum development environment. Please install Node.js and npm.
Running associated unit tests as follows:
npm test
Running coverage as follows:
npm run coverage