https://github.com/stupidcodefactory/yann_coin
An example project using ethereum web3 coupled with a React / Flux frontend
https://github.com/stupidcodefactory/yann_coin
Last synced: 10 months ago
JSON representation
An example project using ethereum web3 coupled with a React / Flux frontend
- Host: GitHub
- URL: https://github.com/stupidcodefactory/yann_coin
- Owner: StupidCodeFactory
- Created: 2016-02-23T11:46:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-11T12:27:46.000Z (over 10 years ago)
- Last Synced: 2025-08-23T05:03:03.663Z (10 months ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yann_coin
```shell
geth --etherbase 1 --datadir "data" --port 30303 --genesis "config/genesis/b9_genesis.json" --nodiscover --rpc --rpcport 8101 --rpcaddr localhost --rpccorsdomain "*" --minerthreads "2" --rpcapi "eth,web3" --maxpeers "4" --mine --verbosity "4" --unlock "0,1,2" --password "config/password" --bootnodes "enode://9bb68392a4016c45e709d7cde909f8184b97209abc7a44e3b79d4399b6f86ff71848736d6a275a5c78bb9e25e7c148866bd55ab927c03ff7f3e0235b20507ca0@52.31.233.20:30303" --networkid 101010102 console
```