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

pledgr-xyz/pledgr-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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