Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Files

Latest commit

5e1cdc2 · Dec 30, 2021

History

History
28 lines (19 loc) · 395 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 395 Bytes

pledgr-contracts

Pledgr contracts.

Development

Dependencies

  • Coinmarketcap API key

Getting started

  1. Create a .env file
  2. Run npx hardhat test to test

Hardhat commands

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help