Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
znn committed Mar 29, 2022
1 parent b016bc9 commit e9e3443
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 235 deletions.
19 changes: 18 additions & 1 deletion README.md
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.
Loading

0 comments on commit e9e3443

Please sign in to comment.