Skip to content

Instantly share code, notes, and snippets.

@datawookie
Last active November 19, 2017 06:50
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 datawookie/bcdc574be984c0167c86e2fd3a6e816e to your computer and use it in GitHub Desktop.
Save datawookie/bcdc574be984c0167c86e2fd3a6e816e to your computer and use it in GitHub Desktop.
Truffle configuration (for testrpc)
// Configuration for testrpc.
//
module.exports = {
networks: {
development: {
host: "localhost",
port: 8545,
network_id: "*",
gas: 4000000
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment