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

3
build.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
truffle compile && truffle migrate --reset && cp build/contracts/DeviceManager.json frontend/src/artifacts/DeviceManager.json