BuidlGuidl / eth-tech-tree-backend

A server used for grading submitted ETH Tech Tree challenges
MIT License
1 stars 2 forks source link

Set up API endpoint for receiving a submission #4

Closed escottalexander closed 4 months ago

escottalexander commented 4 months ago

This endpoint should receive a contractAddress and networkId so that we can fetch the contract data.

It will also need to contain data about which challenge this contract needs to be tested against.

{
  contractAddress: "0x123...",
  networkId: 11155111,
  challenge: "token-wrapper-weth",
  ???
}