Closed makoto closed 8 years ago
Changes
Conference.load(Pudding)
Conference.setProvider(provider);
ether-pudding
package.json
truffle init
webpack.config.js
environment/build
build
Usage
geth --testnet --ipcpath ~/Library/Ethereum/geth.ipc --unlock 0 --rpc --rpcapi "eth,net,web3" --rpccorsdomain="*"
truffle compile ; truffle migrate --reset; truffle serve
Note
--network development worked when pointing to testrpc but --network morden pointing to testnet did not work
--network development
--network morden
testnet
Changes
Conference.load(Pudding)
toConference.setProvider(provider);
ether-pudding
frompackage.json
truffle init
templateswebpack.config.js
to point fromenvironment/build
tobuild
Usage
geth --testnet --ipcpath ~/Library/Ethereum/geth.ipc --unlock 0 --rpc --rpcapi "eth,net,web3" --rpccorsdomain="*"
truffle compile ; truffle migrate --reset; truffle serve
Note
--network development
worked when pointing to testrpc but--network morden
pointing totestnet
did not work