Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/getting-started/cloud-wallet/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';

### What is the Chia Cloud Wallet?

The Cloud Wallet is a new platform for interacting with the Chia blockchain. Assets are stored in vaults, in an app that is always synced with the blockchain. This makes it easy for newcomers to get started with Chia; it also provides a secure custody solution. In addition, it will eventually include an API for developers in Chia's ecosystem to make dApps that use the Chia blockchain.
The Cloud Wallet is a platform for interacting with the Chia blockchain. Assets are stored in vaults, in an app that is always synced with the blockchain. This makes it easy for newcomers to get started with Chia; it also provides a secure custody solution. In addition, it will eventually include an API for developers in Chia's ecosystem to make dApps that use the Chia blockchain.

### Is the Chia Cloud Wallet available for mainnet?

Expand Down Expand Up @@ -86,7 +86,7 @@ Feel free to ask questions in the #support channel of [our Discord](https://disc

### Where can I report a bug?

If you find any bugs, feel free to fill out a [bug report](https://docs.google.com/forms/d/e/1FAIpQLSeIAZAxSwTwZPGUVLs7_XKseoPgOmtBa0qhtWNQwBeoo9adRA/viewform). However, please keep in mind that this is beta software. We are aware of several existing bugs, which we are tracking in a [list](/getting-started/cloud-wallet/known-issues/).
If you find any bugs, feel free to fill out a [bug report](https://docs.google.com/forms/d/e/1FAIpQLSeIAZAxSwTwZPGUVLs7_XKseoPgOmtBa0qhtWNQwBeoo9adRA/viewform). However, please keep in mind that this is beta software. We are aware of several existing bugs.

If you discover any security issues, you can file a report on our [bug bounty site](https://hackerone.com/chia_network). Thanks for your help!

Expand Down
2 changes: 0 additions & 2 deletions docs/getting-started/cloud-wallet/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ You cannot use both the Cloud Wallet and the Chia Signer app on the same device

12. You can also set a custom time for your vault's recovery clawback. This is the amount of time you will need to wait in order to recover your vault. If your 24-word recovery phrase is stolen, then you will have this long to cancel the recovery.

Note that for the testnet beta version of the Cloud Wallet, the default timer is 15 minutes. If this were a real vault running on mainnet, then you would likely want to set the timer to a day or more.

13. Click the `Create` button to create your vault. A "vault faucet" will mint a new vault for you. Your vault's receive address will appear after this process is complete (typically a minute or two).

You are now ready to receive funds in your new vault. Testnet11 uses a test currency called TXCH. To obtain some TXCH, you can visit either our [official faucet site](https://testnet11-faucet.chia.net) or a [community-run faucet](https://txchfaucet.com), and enter your vault's address. You should receive some funds for testing within a few minutes.
Expand Down
35 changes: 0 additions & 35 deletions docs/getting-started/cloud-wallet/known-issues.md

This file was deleted.

45 changes: 0 additions & 45 deletions docs/getting-started/cloud-wallet/unfinished.md

This file was deleted.

2 changes: 0 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ module.exports = {
'getting-started/cloud-wallet/getting-started',
'getting-started/cloud-wallet/faq',
'getting-started/cloud-wallet/tooltips',
'getting-started/cloud-wallet/unfinished',
'getting-started/cloud-wallet/known-issues',
]
}
],
Expand Down
Loading