Skip to content

Instantly share code, notes, and snippets.

@alexroan
Created March 20, 2020 12:52
Show Gist options
  • Save alexroan/3dd776a43716dfdaf9765d061cea2380 to your computer and use it in GitHub Desktop.
Save alexroan/3dd776a43716dfdaf9765d061cea2380 to your computer and use it in GitHub Desktop.
truffle-dapp/truffle-config.js/0.0.1
const path = require("path");
module.exports = {
contracts_build_directory: path.join(__dirname, "client/src/contracts"),
networks: {
development: {
host: "127.0.0.1",
port: 7545,
network_id: "5777",
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment