/everipedia-ap-2020

AP is using Everipedia software on November 3rd, 2020 to publish the U.S. election results

Primary LanguageJavaScript

🚀 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.

Running Locally

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.

Second, install

npm install

Third, run the development server:

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.

Learn More

To learn more about Next.js, take a look at the following resources: