🚀 U.S. Election Mission Control 🚀
If you have not read the docs yet, find those here
This is a boilerplate for developers to view the raw blockchain data for the U.S. Election on November 3rd, 2020. Signed by Associated Press.
First, add your environment variables to .env.local
. You can get these Infura URL's here
INFURA_KOVAN_HTTP=REPLACE_THIS_WITH_AN_INFURA_KOVAN_URL
INFURA_MAINNET_HTTP=REPLACE_THIS_WITH_AN_INFURA_MAINNET_URL
Ensure there are no extra semicolons or characters after your infura URL. You will get Infura errors.
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.