Skip to content

andrija-naglic/GlobalCoinRedeem

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 62.0%
  • JavaScript 36.3%
  • Other 1.7%