@windingtree/org.id-lif-deposit

ORG.ID Lif Deposit is Trustworthiness clue for the ORG.ID Protocol

Usage no npm install needed!

<script type="module">
  import windingtreeOrgIdLifDeposit from 'https://cdn.skypack.dev/@windingtree/org.id-lif-deposit';
</script>

README

Automated Linting and Unit Tests Coverage Status

ORGiD

ORGiD Líf Deposit

ORGiD Deposit is Trustworthiness clue for the ORGiD Protocol

Mainnet

0x7Fa6Ad0866Caa4aBdE8d60B905B3Ae60A3E0f014 full config v1.0.0

Ropsten

0x77952566F96a3B9F8c9CaAFf6cc414fd5c2D1543 full config v1.0.0

Usage

npm i @windingtree/org.id-lif-deposit
// ABI
const { LifDepositContract, LifDepositInterfaceContract, addresses } = require('@windingtree/org.id-lif-deposit');
// Contract addresses
const { mainnet, ropsten } = addresses;

Interface

Auto-generated docs.

Development

Setup

npm i

Test

npm run test
npm run test ./<path_to_test_file>.js

Test coverage

npm run coverage

Linting

npm run lint