Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.29 KB

README.md

File metadata and controls

51 lines (42 loc) · 1.29 KB

🎡

Charged Particles Playground

A simple and fun way to play with the Charged Particles protocol.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  1. Instal NPM - npm install -g npm
  2. Metamask account - Getting Started with MetaMask
  3. Blocknative API Key - Get a free API Key at https://www.blocknative.com/

Installation

  1. Clone the repo
    git clone https://github.com/coeu5a/charged-particles-playground.git
  2. Install NPM packages
    yarn install
  3. 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

Running

  1. Run the application
     yarn start