-
Notifications
You must be signed in to change notification settings - Fork 40
Update wallets-and-ocean/ manage your ocean page.md #1457
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
Open
Wanderclyffex
wants to merge
2
commits into
main
Choose a base branch
from
Wanderclyffex-patch-6
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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 hidden or 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 +1,35 @@ | ||
| --- | ||
| description: >- | ||
| How to use a crypto wallet to check your OCEAN balance and send OCEAN | ||
| Tokens to others | ||
| --- | ||
|
|
||
| # Manage Your OCEAN | ||
|
|
||
| If you don't see any OCEAN in your crypto wallet software 🔎 (e.g. MetaMask or MyEtherWallet), don't worry! It might not know how to manage OCEAN yet. | ||
|
|
||
| For an ERC-20 wallet to see OCEAN, the wallet typically needs to have OCEAN's address added as a custom token. | ||
| - The [Networks docs](../discover/networks/README.md) give the address of OCEAN on each network, and how to get OCEAN on each of those networks. | ||
| - Then, use that information for the wallet instructions below. | ||
|
|
||
|
|
||
| ### MetaMask | ||
|
|
||
| 1. Make sure MetaMask is connected to the Ethereum Mainnet. | ||
| 2. Select the account you want to manage. | ||
| 3. Scroll down until the `Import Tokens` link is visible, then click on it. | ||
| 4. Click on `Custom Tokens`. | ||
| 5. Paste the OCEAN contract address listed above into the _Token Contract Address_ field. The other two fields should auto-fill. If not, add `OCEAN` for the symbol and `18` for the precision. | ||
| 6. Click `Add custom token`. | ||
| 7. Click `Import Tokens`. | ||
|
|
||
| If you prefer visual demonstrations, we have prepared a visual demo that illustrates the steps mentioned above. | ||
|
|
||
| {% embed url="https://app.arcade.software/share/yHiKKN336QGdAkhTlsIh" fullWidth="false" %} | ||
| {% endembed %} | ||
|
|
||
| MetaMask should now show your OCEAN balance, and when you're looking at that, there should be a `Send` button to send OCEAN to others. For help with that, see [the MetaMask docs about how to send tokens](https://metamask.zendesk.com/hc/en-us/articles/360015488931-How-to-Send-Tokens). | ||
|
|
||
| ### Other Wallet Software | ||
|
|
||
| Do a web search to find out how to add a custom ERC-20 token to the wallet software you're using. | ||
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.
Now it is FET token, should we keep support for OCEAN? I think we should update with the tokens that are active and support transactions.