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
- Host: GitHub
- URL: https://github.com/windingtree/org.id-lif-deposit
- Owner: windingtree
- License: gpl-3.0
- Created: 2020-06-15T16:16:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T01:02:47.000Z (over 3 years ago)
- Last Synced: 2025-10-08T20:50:35.128Z (8 months ago)
- Topics: deposit, lif, orgid, solidity, windingtree
- Language: TypeScript
- Homepage:
- Size: 2.67 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
 [](https://coveralls.io/github/windingtree/org.id-lif-deposit?branch=master)
## 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
```