truffle 框架

This commit is contained in:
myh
2024-06-05 16:07:01 +08:00
parent c914473c5c
commit a1c481cef4
7 changed files with 13676 additions and 0 deletions

9
truffle.js Normal file
View File

@@ -0,0 +1,9 @@
module.exports = {
networks: {
development: {
host: "127.0.0.1",
port: 8545,
network_id: "*"
}
}
};