Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dappnode/incentiveprogram-deposit-contract


https://github.com/dappnode/incentiveprogram-deposit-contract

Last synced: about 1 month ago
JSON representation

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
```