An open API service indexing awesome lists of open source software.

https://github.com/windingtree/org.id-lif-deposit

ORG.ID Lif Deposit is Trustworthiness clue for the ORG.ID Protocol
https://github.com/windingtree/org.id-lif-deposit

deposit lif orgid solidity windingtree

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

![Automated Linting and Unit Tests](https://github.com/windingtree/org.id-lif-deposit/workflows/Automated%20Linting%20and%20Unit%20Tests/badge.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/github/windingtree/org.id-lif-deposit/badge.svg?branch=master)](https://coveralls.io/github/windingtree/org.id-lif-deposit?branch=master)

ORGiD

## ORGiD Líf Deposit

ORGiD Deposit is Trustworthiness clue for the ORGiD Protocol

### Mainnet

`0x7Fa6Ad0866Caa4aBdE8d60B905B3Ae60A3E0f014` [full config](./.openzeppelin/main-LifDeposit.json) v1.0.0

### Ropsten

`0x77952566F96a3B9F8c9CaAFf6cc414fd5c2D1543` [full config](./.openzeppelin/ropsten-LifDeposit.json) v1.0.0

## Usage

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

## Interface

[Auto-generated docs](./docs/LifDeposit.md).

## Development

### Setup

```sh
npm i
```

### Test

```sh
npm run test
npm run test ./.js
```

### Test coverage

```sh
npm run coverage
```

### Linting

```sh
npm run lint

```