Skip to content

rakevsul/rtc2017

Repository files navigation

Ethereum Workshop RTC 2017

First steps

1. Deploy the contract to testrpc

  • Open 2 consoles in this project directory
  • In the first console run npm i
  • When it's finished run in the second console ./node_modules/.bin/testrpc
  • Back in the first console run ./node_modules/.bin/truffle deploy

2. Start the UI

  • Run ./node_modules/.bin/webpack
  • In a browser open ./build/app/index.html

Connect to the rtcnet private ethereum blockchain

To send coins, you have to unlock your account

  • In a new window, open a geth console: ./rtcnet_console.sh
  • In the geth console, unlock your account: personal.unlockAccount(eth.accounts[0], null, 3600) password is 123456
  • Now send coins from the UI

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •