-
Notifications
You must be signed in to change notification settings - Fork 39
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 some OBX references in docs #1573
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
--- | ||
--- | ||
# Using the Testnet Token Faucet | ||
Using the steps below you will request testnet OBX from the faucet available on the Obscuro Discord server. | ||
Using the steps below you will request testnet ETH from the faucet available on the Obscuro Discord server. | ||
|
||
## Prerequisites | ||
* Access to the [Obscuro Discord server](https://discord.gg/yQfmKeNzNd). | ||
* (Optional) [MetaMask](https://metamask.io/) wallet installed in your browser. | ||
* (Optional) A local copy of the [Obscuro MetaMask wallet extension](https://docs.obscu.ro/wallet-extension/wallet-extension/). | ||
|
||
## Requesting Testnet OBX | ||
## Requesting Testnet ETH | ||
1. Make a note of your wallet address or copy it to your clipboard. | ||
2. Open the [_faucet-requests_ channel](https://discord.gg/5qyj3qraaH) on Obscuro Discord. | ||
3. Request OBX using the `/faucet` command. The faucet will credit 100,000 OBX by default: | ||
3. Request ETH using the `/faucet` command. The faucet will credit 0.5 ETH by default: | ||
![faucet command](../../assets/images/faucet-cmd.png) | ||
4. Provide your wallet address and hit Enter. The faucet will acknowledge your request: | ||
![faucet ack](../../assets/images/faucet-ack.png) | ||
5. After a short period of time the faucet will confirm the Testnet OBX have been credited to your wallet: | ||
5. After a short period of time the faucet will confirm the Testnet ETH have been credited to your wallet: | ||
![faucet complete](../../assets/images/faucet-done.png) | ||
|
||
## Viewing Your Wallet Balance | ||
To view the balance of your wallet you will need to establish a connection from your wallet to the Obscuro Testnet. An essential part of how Obscuro provides full privacy is the encryption of communication between an Obscuro application and Obscuro nodes on the network. As a result, you will need to use the wallet extension to allow your wallet to communication with the Obscuro Testnet. | ||
|
||
Use the steps [here](https://docs.obscu.ro/testnet/deploying-a-smart-contract/#prepare-your-metamask-wallet-for-obscuro-testnet) to prepare your MetaMask wallet for Obscuro Testnet. | ||
|
||
## Requesting Testnet OBX directly | ||
In the event that you do not have access to Discord, or the faucet bot is not working, you can request OBX directly from | ||
## Requesting Testnet ETH directly | ||
In the event that you do not have access to Discord, or the faucet bot is not working, you can request ETH directly from | ||
the faucet server using the below; | ||
|
||
1. Make a note of your wallet address or copy it to your clipboard. | ||
2. Open a command shell and issue the below command, where `<address>` should be replaced with the value stored in your clipboard (e.g. `0x75Ad715443e1E2EBdaFA33ABB3B08443966019A6`). The faucet server will credit 100,000 OBX by default. | ||
2. Open a command shell and issue the below command, where `<address>` should be replaced with the value stored in your clipboard (e.g. `0x75Ad715443e1E2EBdaFA33ABB3B08443966019A6`). The faucet server will credit 0.5 ETH by default. | ||
```bash | ||
curl --location --request POST 'http://testnet-faucet.uksouth.azurecontainer.io/fund/eth' --header 'Content-Type: application/json' --data-raw '{ "address":"<your address>" }' | ||
``` | ||
3. After a short period of time the curl command will return `{"status":"ok"}` confirming OBX have been credited to your wallet. | ||
3. After a short period of time the curl command will return `{"status":"ok"}` confirming ETH have been credited to your wallet. |
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is it 0.5 ETH on all environments?