Skip to content

nvonpentz/mercurials

Repository files navigation

Mercurials

Solidity and frontend code for the Mercurials project.

Development

  1. Start local test blockchain RPC node on http://localhost:8545
$ anvil --block-time 12
  1. Deploy the contracts
$ forge script script/Deploy.sol --rpc-url http://localhost:8545 --broadcast --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
  1. Start the Next.js server frontend
$ npm run dev

About

Code for the Mercurials NFT project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published