Skip to content

Commit

Permalink
convert %20 in folder names to hyphens (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
meganskye committed Aug 31, 2023
1 parent ea00c8e commit bedaefd
Show file tree
Hide file tree
Showing 141 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/build/Introduction/create_account.md
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 3
---

# Create Account
If you never created a native Astar account, please follow the instructions in the [User Guide](/docs/use/Manage%20wallets/create-wallet).
If you never created a native Astar account, please follow the instructions in the [User Guide](/docs/use/manage-wallets/create-wallet).

If you are building EVM smart contracts you will need Metamask. Watch this short video to learn how.

Expand Down
4 changes: 2 additions & 2 deletions docs/learn/accounts.md
Expand Up @@ -25,8 +25,8 @@ Astar EVM side allows Ethereum-style addresses (H160 format), which is 40+2 hex-


## Learn more
[Create a Substrate account](/docs/use/Manage%20wallets/create-wallet.md)
[Create a Substrate account](/docs/use/manage-wallets/create-wallet.md)

[Create an EVM account](/docs/use/EVM%20guides/setup-metamask.md)
[Create an EVM account](/docs/use/evm-guides/setup-metamask.md)

[Read about Substrate accounts](https://docs.substrate.io/learn/accounts-addresses-keys/)
Expand Up @@ -88,7 +88,7 @@ Check the full example on the Github repo under [examples](https://github.com/As

## Procedure
### 1. Create an XC20 asset
Follow the documentation on how to [Create XC20 Assets](https://docs.astar.network/docs/use/Manage%20assets/create-xc20-assets).
Follow the documentation on how to [Create XC20 Assets](https://docs.astar.network/docs/use/manage-assets/create-xc20-assets).

### 2. Deploy the xcBurrito.sol smart contract
To deploy the XcBurrito contract you will need 2 input parameters
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Expand Up @@ -29,9 +29,9 @@ Astar Network supports addresses with two different formats:
- An EVM address is used to interact with dApps on the Astar EVM


If you would like to create an Astar Native account, [this page](/docs/use/Manage%20wallets/create-wallet) will guide you through the process.
If you would like to create an Astar Native account, [this page](/docs/use/manage-wallets/create-wallet) will guide you through the process.

If you have not added yet Astar Network to MetaMask, you can do it quickly and easily on our [Portal](https://portal.astar.network/) by choosing MetaMask from the Select Wallet menu, which should appear automatically. After selection, MetaMask will prompt you for permission to add Astar Network. Alternatively, you can visit [here](/docs/use/EVM%20guides/setup-metamask) for details about how to add Astar Network to your wallet manually.
If you have not added yet Astar Network to MetaMask, you can do it quickly and easily on our [Portal](https://portal.astar.network/) by choosing MetaMask from the Select Wallet menu, which should appear automatically. After selection, MetaMask will prompt you for permission to add Astar Network. Alternatively, you can visit [here](/docs/use/evm-guides/setup-metamask) for details about how to add Astar Network to your wallet manually.


<br />
Expand All @@ -58,7 +58,7 @@ Most centralized exchanges only list 'Astar Network' as a destination, which mea

<img width="1000" alt="network" src="https://user-images.githubusercontent.com/77480847/188528854-79fd1c65-52e1-4289-ba1c-e3e0f00d8b1d.png" />

3. Connect your Polkadot.js wallet - if you have not done it yet please go back to [Create Astar Accounts](/docs/use/Manage%20wallets/create-wallet.md).
3. Connect your Polkadot.js wallet - if you have not done it yet please go back to [Create Astar Accounts](/docs/use/manage-wallets/create-wallet.md).

<img width="1000" alt="wallet" src="https://user-images.githubusercontent.com/77480847/188529014-3309a569-8ceb-4fc0-b12b-7bf44316f592.png" /> 

Expand Down Expand Up @@ -90,7 +90,7 @@ In addition to the instructions below, please carefully read the instructions pr

1. Copy a deposit address from an exchange you wish to make a transfer to.
2. Visit the Astar [Portal](https://portal.astar.network/) and change the network to either Astar or Shiden (Astar Network uses ASTR token and Shiden uses SDN).
3. Connect your wallet (Native or EVM will depend on the exchange) - if you have not done this yet please revisit [Create Astar Accounts](/docs/use/Manage%20wallets/create-wallet).
3. Connect your wallet (Native or EVM will depend on the exchange) - if you have not done this yet please revisit [Create Astar Accounts](/docs/use/manage-wallets/create-wallet).
4. Click transfer button.
<img width="1000" alt="Native-Asset-transfer" src="https://user-images.githubusercontent.com/77480847/188530698-e799a412-a21b-49c7-a868-2fcb4e69fd4e.png"/>
5. Add the destination address of the exchange and the amount you wish to transfer.
Expand Down
File renamed without changes.
Expand Up @@ -7,8 +7,8 @@ sidebar_position: 1
The following chapters will describe how to transfer native and foreign assets using Astar Portal.


### [Transferring cross-chain (XCM) assets to Astar Network](/docs/use/Manage%20assets/transfer-tokens#transferring-cross-chain-xcm-assets-into-astar-network)
### [Transferring cross-chain (XCM) assets to Astar Network](/docs/use/manage-assets/transfer-tokens#transferring-cross-chain-xcm-assets-into-astar-network)

### [Transferring cross-chain (XCM) assets to other chains from Astar Network](/docs/use/Manage%20assets/transfer-tokens#transferring-cross-chainxcm-assets-to-other-chains-from-astar-network)
### [Transferring cross-chain (XCM) assets to other chains from Astar Network](/docs/use/manage-assets/transfer-tokens#transferring-cross-chainxcm-assets-to-other-chains-from-astar-network)


File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -15,7 +15,7 @@ At the time of this release, PolkaSafe only supports Astar Network.

- Install a Substrate wallet extension (such as Polkadot.js, SubWallet, or Talisman) on your browser.

- Prepare at least two Astar wallet addresses [See reference](/docs/use/Manage%20wallets/using-a-multisig-account-on-astar-portal.md)
- Prepare at least two Astar wallet addresses [See reference](/docs/use/manage-wallets/using-a-multisig-account-on-astar-portal.md)

## Understanding the Benefits of Multisig Accounts

Expand Down Expand Up @@ -47,7 +47,7 @@ Ledger accounts cannot be multisig signatories
7. Input the threshold number (the minimum required signatures to authorize and execute a transaction) and name the multisig account.
8. Sign the message to add a small Existential Deposit to the multisig account.
![multisig_guide_4.png](img/multisig_guide_4.png)
9. Optionally, you can enable proxy signatory management to allow enhanced functionalities for your multisig account. [See reference](/docs/use/Manage%20wallets/pallet-proxy.md)
9. Optionally, you can enable proxy signatory management to allow enhanced functionalities for your multisig account. [See reference](/docs/use/manage-wallets/pallet-proxy.md)
10. Now, you can manage your multisig account on PolkaSafe.
![multisig_guide_5.png](img/multisig_guide_5.png)

Expand Down

0 comments on commit bedaefd

Please sign in to comment.