Skip to content

Commit 8c7511c

Browse files
committed
Basic setup
1 parent 3c93aeb commit 8c7511c

File tree

81 files changed

+12922
-3807
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+12922
-3807
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
test/Agrichain*
2+
.secret
3+
.gitignore
24

35
# Logs
46
logs

bs-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"server": {
3+
"baseDir": ["./src", "./build/contracts"]
4+
}
5+
}

build/contracts/AssetsManagement.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6708,12 +6708,6 @@
67086708
"version": "0.5.1+commit.c8a2cb62.Emscripten.clang"
67096709
},
67106710
"networks": {
6711-
"3": {
6712-
"events": {},
6713-
"links": {},
6714-
"address": "0xbc8CA95B5107F90aDDb289081277bafB94f22D73",
6715-
"transactionHash": "0x165469c47d62525689070f408eae755fb3516dea409e4a30ac85c56171c1b059"
6716-
},
67176711
"5777": {
67186712
"events": {
67196713
"0xd93e0959190f2f576553317f9c17f456c15bfbcfd4c7f0c1f14cef985b453ebb": {
@@ -6772,12 +6766,12 @@
67726766
}
67736767
},
67746768
"links": {},
6775-
"address": "0x627f532bdca0aB15342d2f840f52FCa954bA5078",
6776-
"transactionHash": "0xf074fd2c673be92dd3a53cd415535ecd862729a6b635ac06da543138d9278a02"
6769+
"address": "0x5B201C59abFdAb7671d0d943e206fa55c0A9a2a9",
6770+
"transactionHash": "0xbb825fa892c0633840d10163110bead96f58b13f5a3dcae8229384a7cd7c6b8a"
67776771
}
67786772
},
67796773
"schemaVersion": "3.0.16",
6780-
"updatedAt": "2019-10-20T11:19:03.685Z",
6774+
"updatedAt": "2019-10-23T12:12:28.019Z",
67816775
"devdoc": {
67826776
"methods": {}
67836777
},

0 commit comments

Comments
 (0)