Skip to content

tibetsprague/alchemy-client

Repository files navigation

Alchemy Client

Run app locally

Dependencies:

Installation

  • git submodule init
  • git submodule update
  • yarn

Development Environments

Working with testrpc

  1. Install testrpc
  2. Switch off chrome extensions such as MetaMask or Parity extension OR have MetaMask listen to localhost:8545
  3. Run yarn testrpc in one terminal tab
  4. In a separate tab run yarn start-testrpc

Working with Kovan testnet locally

  1. Install parity - bash <(curl https://get.parity.io -Lk)
  2. Create a file in the root of the project called 'kovan_pass.txt' with your parity wallet password
  3. Run parity --no-warp --unlock KOVAN_ACCOUNT_PUBLIC_ADDRESS --password kovan_pass.txt --chain=kovan in one terminal tab
  4. Run yarn start-kovan in a separate tab

Regular end users

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published