0.0.1 • Published 1 year ago

@cryptoadong/spayment-contracts-core v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

SPayment contracts

On chain components of the SPayment protocol.

Development

This dev toolchain based on @paulkberg's solidity-template repo includes:

Usage

Pre Requisites

Before running any command, make sure to install dependencies

$ yarn install

Compile

Compile the smart contracts with Hardhat:

$ yarn compile

TypeChain

Compile the smart contracts and generate TypeChain artifacts:

$ yarn build

Test

Run the Mocha tests:

$ yarn test

Clean

Delete the smart contract artifacts, the coverage reports and the Hardhat cache:

$ yarn clean

Deploy

$ yarn deploy
$ yarn deploy:registry