Skip to content

Instantly share code, notes, and snippets.

@devonwesley
Created March 14, 2018 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devonwesley/1ff0b7e90b9bff84f617a67e4c9568dc to your computer and use it in GitHub Desktop.
Save devonwesley/1ff0b7e90b9bff84f617a67e4c9568dc to your computer and use it in GitHub Desktop.
A config file for TruffleJS, this file will tell the TruffleJS tools what blockchain to work with in development.
module.exports = {
networks: {
development: {
host: "127.0.0.1",
port: 8545,
network_id: "*",
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment