To get a local copy up and running follow these simple steps.
- Instal NPM -
npm install -g npm
- Metamask account - Getting Started with MetaMask
- Blocknative API Key - Get a free API Key at https://www.blocknative.com/
- Clone the repo
git clone https://github.com/coeu5a/charged-particles-playground.git
- Install NPM packages
yarn install
- Add
.env
# Blocknative API Key - https://www.blocknative.com/ ONBOARD_JS_API_KEY=change-me # https://chainid.network NETWORK_ID=80001 # mumbai|kovan|mainnet|polygon NETWORK_NAME=mumbai
- Run the application
yarn start