Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 735 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 735 Bytes

GCBank

Running Locally

  1. Install dependencies npm i

  2. Setup .env file in the root directory according to the .env.sample.

    First 5 are required for deployment on Netlify.

    1. PRIVATE_KEY : Your wallet PRIVATE_KEY. Make sure to fund your account with eth.
    2. PRIVATE_KEY_TEST : Your wallet PRIVATE_KEY for testnet. Make sure to fund your account from the faucet.
    3. PROJECT_ID : Your Infura project Id.
    4. PASSWORD: Crypto Cipher key
    5. IV: Crypto Cipher IV
    6. ETHERSCAN_API_KEY : Your Etherscan API key.
    7. CMC_APIKEY : Your CoinMarketCap API key.
  3. Run npm run deploy:local to deploy locally and npm run deploy:matic to deploy to matic testnet.