-
Notifications
You must be signed in to change notification settings - Fork 471
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
goal: goal network create default templates (#4891)
- Loading branch information
1 parent
513a88a
commit b326672
Showing
6 changed files
with
102 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"Genesis": { | ||
"NetworkName": "Default Network Template", | ||
"RewardsPoolBalance": 0, | ||
"FirstPartKeyRound": 0, | ||
"LastPartKeyRound": 30000, | ||
"Wallets": [ | ||
{ | ||
"Name": "Wallet1", | ||
"Stake": 40, | ||
"Online": true | ||
}, | ||
{ | ||
"Name": "Wallet2", | ||
"Stake": 40, | ||
"Online": true | ||
}, | ||
{ | ||
"Name": "Wallet3", | ||
"Stake": 20, | ||
"Online": false | ||
} | ||
] | ||
}, | ||
"Nodes": [ | ||
{ | ||
"Name": "Node", | ||
"IsRelay": false, | ||
"Wallets": [ | ||
{ | ||
"Name": "Wallet1", | ||
"ParticipationOnly": false | ||
}, | ||
{ | ||
"Name": "Wallet2", | ||
"ParticipationOnly": false | ||
}, | ||
{ | ||
"Name": "Wallet3", | ||
"ParticipationOnly": false | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters