Skip to content

aliensyntax/alchemy

 
 

Repository files navigation

Alchemy Client

Dependencies:

Installation

  • npm install

Run app locally

Run the Alchemy Server

  1. If you want to be able to save and display the proposal titles and descriptions you will need the Alchemy Server app running.
  2. Follow instructions here

Working with Ganache without MetaMask

  1. Switch off chrome extensions such as MetaMask or Parity extension
  2. Run npm run ganache in one terminal tab
  3. In a separate tab run npm run migrate-ganache
  4. Run npm run start-ganache
  5. Go to https://localhost:3000/ in your favorite browser

Working with Ganache and MetaMask

  1. Install and Enable the MetaMask extension in Chrome
  2. Run npm run ganacheDb in one terminal tab
  3. In a separate tab run npm run migrate-ganache
  4. Run npm run start-ganache
  5. Go to https://localhost:3000/ in Chrome
  6. Click on the MetaMask extension icon in the toolbar
  7. Click on Restore from Seed Phrase
  8. Enter behave pipe turkey animal voyage dial relief menu blush match jeans general into the box labeled Wallet Seed, and any password you want.
  9. Now all transactions will require confirmation through MetaMask

Working with Kovan testnet locally (XXX: Not working with current version of Arc + ArcJS)

  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 npm run start-kovan in a separate tab
  5. Go to https://localhost:3000/ in your favorite browser

Regular end users

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.1%
  • CSS 21.5%
  • JavaScript 5.1%
  • HTML 0.3%