Skip to content

Pure Finance Descending Price Auctions

Notifications You must be signed in to change notification settings

rokso/pf-auctions

 
 

Repository files navigation

Pure Finance Auctions

Auction contracts for Pure Finance...

Stack:

How to use this repository

$ npm install

Build Contracts

$ npm run build

Testing

$ npm run test

Coverage Report

$ npm run coverage

Deploy

Setup the env vars properly (See .env.template file) and run:

# deploy
$ npm run deploy -- --gasprice <gas price in wei> --network <network>

# create release
$ npx hardhat create-release --release <semver> --network <network>

About

Pure Finance Descending Price Auctions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.5%
  • Solidity 48.2%
  • Other 0.3%