UNPKG

estdolore

Version:

0xcert protocol implementation for Ethereum blockchain.

10 lines 165 B
module.exports = { networks: { dev: { host: "127.0.0.1", //port: 7545, port: 8545, network_id: "*" // Match any network id } } };