-
Notifications
You must be signed in to change notification settings - Fork 22
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 & add READMEs for remote mainnet #189
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes requested:
- update "get-ocean-on-sapphire.md", see comment
- update "get-rose-on-sapphire.md", see comment
- AND: in "azure-container-deployment.md", rename "Getting test tokens" to "Getting tokens". Have one paragraph for test tokens (like you have now), and another for mainnet tokens (new).
READMEs/get-rose-on-sapphire.md
Outdated
@@ -0,0 +1,22 @@ | |||
# Get ROSE tokens on Sapphire Mainnet | |||
|
|||
## Get ROSE tokens on Oasis Emerald Network |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Above, I give tips for "get-ocean-on-sapphire". Please apply those tips to this README too.
The Sapphire network is EVM (Ethereum Virtual Machine) compatible, you'll need to fund your EVM compatible wallet from the faucet in order to submit predictions to the smart contract. | ||
|
||
#### Getting test tokens on Sapphire test network | ||
|
||
Follow the [faucet guide](./testnet-faucet.md) to fund your wallet with test ROSE and OCEAN. | ||
|
||
#### Getting OCEAN and ROSE on Sapphire Mainnet | ||
|
||
The Sapphire network is EVM (Ethereum Virtual Machine) compatible, you'll need to fund your EVM compatible wallet from the faucet in order to submit predictions to the smart contract. | ||
|
||
- Check out the [Get ROSE on Sapphire Mainnet](./get-rose-on-sapphire.md) guide to get ROSE on mainnet. | ||
- Check out the [Get OCEAN on Sapphire Mainnet](./get-ocean-on-sapphire.md) guide to get OCEAN on mainnet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest revising to:
### Getting Tokens
Sapphire accounts and wallets follow EVM standard.
Your wallet account on Sapphire needs both ROSE (for gas) and OCEAN (for using Predictoor).
- On Sapphire testnet, get (fake) [ROSE & OCEAN via the faucet guide](./testnet-faucet.md).
- On Sapphire mainnet, get [ROSE via this guide](get-rose-on-sapphire.md) and [OCEAN via this guide].(get-ocean-on-sapphire.md)
Why: same info and half the characters = easier to read:)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
READMEs/backend-dev.md
Outdated
To get ROSE tokens on Sapphire Mainnet: see [get-rose-on-sapphire.md](get-rose-on-sapphire.md) | ||
|
||
To get OCEAN tokens on Sapphire Mainnet: see [get-ocean-on-sapphire.md](get-ocean-on-sapphire.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace with:
Get [ROSE via this guide](get-rose-on-sapphire.md) and [OCEAN via this guide](get-ocean-on-sapphire.md).
READMEs/dfbuyer.md
Outdated
To get ROSE tokens on Sapphire Mainnet: see [get-rose-on-sapphire.md](get-rose-on-sapphire.md) | ||
|
||
To get OCEAN tokens on Sapphire Mainnet: see [get-ocean-on-sapphire.md](get-ocean-on-sapphire.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace with:
Get [ROSE via this guide](get-rose-on-sapphire.md) and [OCEAN via this guide](get-ocean-on-sapphire.md).
READMEs/get-ocean-on-sapphire.md
Outdated
|
||
## 1. Get OCEAN on Eth Mainnet | ||
|
||
### 1. Create a Wallet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change 1.
to 1.1
.
Similar for others, for 1.2, 2.1, 2.2, etc.
Why: much easier to understand context.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
READMEs/predictoor.md
Outdated
To get ROSE tokens on Sapphire Mainnet: see [get-rose-on-sapphire.md](get-rose-on-sapphire.md) | ||
|
||
To get OCEAN tokens on Sapphire Mainnet: see [get-ocean-on-sapphire.md](get-ocean-on-sapphire.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace with:
Get [ROSE via this guide](get-rose-on-sapphire.md) and [OCEAN via this guide](get-ocean-on-sapphire.md).
READMEs/trader.md
Outdated
To get ROSE tokens on Sapphire Mainnet: see [get-rose-on-sapphire.md](get-rose-on-sapphire.md) | ||
|
||
To get OCEAN tokens on Sapphire Mainnet: see [get-ocean-on-sapphire.md](get-ocean-on-sapphire.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace with:
Get [ROSE via this guide](get-rose-on-sapphire.md) and [OCEAN via this guide](get-ocean-on-sapphire.md).
Fixes #61
Changes proposed in this PR: