Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dappnode/incentiveprogram-deposit-contract
https://github.com/dappnode/incentiveprogram-deposit-contract
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dappnode/incentiveprogram-deposit-contract
- Owner: dappnode
- License: gpl-3.0
- Created: 2022-01-03T15:47:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T21:51:44.000Z (about 1 year ago)
- Last Synced: 2023-12-30T22:29:52.816Z (about 1 year ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dappnode Incentive program contracts
## Requirements
- node version: 14.x
- npm version: 7.x## Install
```
npm i
```## Run tests
```
npm run test
```## Deploy on hardhat
```
npm run deploy:IncentiveProgram:hardhat
```## Deploy on gnosis
```
npm run deploy:IncentiveProgram:gnosis
```