Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 487 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 487 Bytes

Build Your Own Exchange with Truffle & Testrpc

Start your own testnet

Init the chain:

geth --datadir=./chaindata init ./genesis.json

Start Ethereum:

geth --rpc --rpcaddr "0.0.0.0" --rpccorsdomain "*" --datadir=./chaindata --rpcapi "personal,db,eth,net,web3,shh,admin,miner" --shh --rpcport 8545

Start Mist Wallet:

/Applications/Mist.app/Contents/MacOS/Mist --rpc /Users/b/Documents/ethereum/dex/chaindata/geth.ipc

Install truffle & testrpc

npm install -g truffle