go-ethereum/shyft-cli/web3/transfer-through-master/truffle-config.js

12 lines
245 B
JavaScript
Executable file

module.exports = {
// See <http://truffleframework.com/docs/advanced/configuration>
// to customize your Truffle configuration!
networks: {
geth_testnet: {
host: "127.0.0.1",
port: 8545,
netword_id: "*"
}
}
};