truffle 框架
This commit is contained in:
9
truffle.js
Normal file
9
truffle.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
networks: {
|
||||
development: {
|
||||
host: "127.0.0.1",
|
||||
port: 8545,
|
||||
network_id: "*"
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user