-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
znn
committed
Mar 29, 2022
1 parent
b016bc9
commit e9e3443
Showing
3 changed files
with
182 additions
and
235 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 |
---|---|---|
@@ -1,3 +1,20 @@ | ||
# Zenon Node Controller | ||
|
||
Zenon Node Controller written in Dart to deploy and manage Pillars, Sentinels and full nodes for Alphanet - Network of Momentum Phase 0. | ||
Zenon Node Controller written in Dart to deploy and manage `Pillars`, `Sentinels` and full nodes for Alphanet - Network of Momentum Phase 0. | ||
|
||
## Build | ||
|
||
Zenon Node Controller requires [Dart SDK version 2.14 or later](https://dart.dev/get-dart) | ||
|
||
```bash | ||
dart pub get | ||
dart compile exe -o znn-controller bin/znn_controller.dart | ||
``` | ||
|
||
## Contributing | ||
|
||
Please check CONTRIBUTING for more details. | ||
|
||
## License | ||
|
||
The MIT License (MIT). Please check LICENSE for more information. |
Oops, something went wrong.