Skip to content

ZakGriffith/speedrun-grader

 
 

Repository files navigation

speedrun-grader

Grade verified live contract on the hardhat network.

git clone https://github.com/austintgriffith/speedrun-grader
cd speedrun-grader
yarn install

Copy .env.example to .env and put in your Etherscan API Key.

To download all the challenges (specified on challenges.json), run:

node install

You can rerun the install anytime to update all the repos.

For local dev, you can run:

yarn server

now visit http://localhost:54727/

POST http://localhost:54727
Content-Type: application/json

{
  "challenge": 0,
  "network": "rinkeby",
  "address": "0x43Ab1FCd430C1f20270C2470f857f7a006117bbb"
}

On a live server, you might want to run the main script index.js with something like pm2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.3%
  • Shell 4.7%