We are going to start posting more blockchain development content soon meanwhile check this config file.
The name of this files is truffle-config.js it goes inside the project directory. It works to connect your contract to a testnet blockchain.
module.exports = { networks: { development: { host: "127.0.0.1", port: 7545, network_id: "5777" } } };
Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *
We are going to start posting more blockchain development content soon meanwhile check this config file.
The name of this files is truffle-config.js it goes inside the project directory. It works to connect your contract to a testnet blockchain.
rers
Rafael es TSU en Informática / Ing de Sistemas / Autor de El Gran libro de Debian GNU/Linux en 2015 fundo EnjoySistemas y actualmente se desempeña como Consultor Freelance.