Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #199

Merged
merged 1 commit into from
Jan 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- <b>Software(tested version)</b>

* Ubuntu 18.04+
* Go 1.16+ linux/amd64
* Go 1.18+ linux/amd64


- <b>Platform</b>
Expand All @@ -39,7 +39,7 @@
## Connect to `Stratos` Network

### A Full node on the test Stratos network
For prerequisites and detailed instructions of connecting to `Tropos Incentive Testnet` network, please refer to [Connecting to Tropos Incentive Testnet](https://github.com/stratosnet/sds/wiki/Tropos-Incentive-Testnet).
For prerequisites and detailed instructions of connecting to `Tropos Incentive Testnet` network, please refer to [Tropos Incentive Testnet](https://github.com/stratosnet/sds/wiki/Tropos-Incentive-Testnet).

### Full node on the main Stratos network - TBA
Prerequisites and detailed instructions of main network will be added later.
Expand All @@ -60,7 +60,7 @@ Prerequisites and detailed instructions of main network will be added later.
<br>

* [Tropos Incentive Testnet](https://github.com/stratosnet/sds/wiki/Tropos-Incentive-Testnet)

* ['stchaind' Commands(part1)](https://github.com/stratosnet/stratos-chain/wiki/Stratos-Chain-%60stchaind%60-Commands(part1))

* [stchaind' Commands(part2)](https://github.com/stratosnet/stratos-chain/wiki/Stratos-Chain-%60stchaind%60-Commands(part2))
Expand All @@ -71,6 +71,8 @@ Prerequisites and detailed instructions of main network will be added later.

* [How to become a validator](https://github.com/stratosnet/stratos-chain/wiki/How-to-Become-a-Validator)

* [`ppd terminal` subcommand](https://github.com/stratosnet/sds/wiki/%60ppd-terminal%60--subcommands)

</details>

--- ---
Expand All @@ -91,13 +93,13 @@ Please make sure your contributions adhere to our coding guidelines:
guidelines.
* Pull requests need to be based on and opened against the `main` branch.
* Commit messages should be prefixed with the package(s) they modify.
* E.g. "eth, rpc: make trace configs optional"
* E.g. "eth, rpc: make trace configs optional"

--- ---

## License

Copyright 2022 Stratos
Copyright 2023 Stratos

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down