Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
last of broken links before cross-reference for missing structure
Browse files Browse the repository at this point in the history
  • Loading branch information
meganskye committed Jun 9, 2024
1 parent 427c08c commit 395db11
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/about/products/dapp-staking/for-devs/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Astar is aiming to become a DAO in a couple of years. While moving towards becom
### Astar Network

- Your dApp is **launched and live on Astar Network**
- Does your project contribute to Astar TVL? Make sure you are listed on [DefilLama] (/docs/build/integrations/dapp-listing/defillama). **LINK TO UPDATE**
- List your project on [DappRadar] (/docs/build/integrations/dapp-listing/dappradar). **LINK TO UPDATE**
- Does your project contribute to Astar TVL? Make sure you are listed on [DefilLama] (/docs/build/build-on-layer-1/integrations/dapp-listing/defillama). **LINK TO UPDATE**
- List your project on [DappRadar] (/docs/build/build-on-layer-1/integrations/dapp-listing/dappradar). **LINK TO UPDATE**
- Your dApp has #astar-network, #dAppStaking tags in your GitHub repo.
- You need to create a PR to the Ecosystem Page. As our website is open-source, you can contribute directly to it - just create a PR on your own! [Here](https://github.com/AstarNetwork/astarwebsite_v2/blob/349db39d724b57f58fbee84b3fa500bf0d29bee6/components/Header.vue)
- If you wish to have your project listed on Astar website [ecosystem page](https://astar.network/community/ecosystem), fill in this [FORM](https://forms.gle/xsGUnCt3fm4isWWF7).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Figure from '/src/components/figure'

The Biconomy SDK is an Account Abstraction toolkit that enables the simplest UX on your dApp, wallet or appchain. Built on top of the ERC 4337 solution for Account Abstraction, we offer a full-stack solution for tapping into the power of our Smart Accounts Platform, Paymasters, and Bundlers.

<Figure src={require('/docs/build/integrations/account-abstraction/biconomy/images/overview/fullstackaa.png').default} width="80%" />
<Figure src={require('/docs/build/build-on-layer-1/integrations/account-abstraction/biconomy/images/overview/fullstackaa.png').default} width="80%" />

## Smart Accounts Platform

Expand All @@ -15,7 +15,7 @@ The Biconomy Smart Accounts are signer agnostic, which allows you to use any aut

Smart Accounts are further enhanced by validation modules that allow you to execute arbitrary logic before validating a userOp. This allows you, as a developer, to build modules that allow for session keys, multi-chain validation modules, pass keys, and more.

<Figure src={require('/docs/build/integrations/account-abstraction/biconomy/images/overview/modularsa.png').default} width="80%" />
<Figure src={require('/docs/build/build-on-layer-1/integrations/account-abstraction/biconomy/images/overview/modularsa.png').default} width="80%" />

If you want to start diving into Smart Accounts you can do so [here](https://docs.biconomy.io/category/smart-accounts). If you know all about Smart Accounts and prefer to start working with modules, start learning about them [here](https://docs.biconomy.io/category/modules) or follow this step-by-step [tutorial](https://docs.biconomy.io/category/session-keys-tutorial) on how to build a dApp that utilizes session key modules.

Expand All @@ -25,14 +25,14 @@ Biconomy offers a Paymaster service designed with one of the best developer expe

### Sponsorship Paymaster

<Figure src={require('/docs/build/integrations/account-abstraction/biconomy/images/overview/sponsored.png').default} width="80%" />
<Figure src={require('/docs/build/build-on-layer-1/integrations/account-abstraction/biconomy/images/overview/sponsored.png').default} width="80%" />


If the mode you choose in the request to the Paymaster URL is the sponsored mode, your users will benefit from gasless transactions, and you remove the friction point of needed native tokens to pay for gas on transactions. Learn how to set up your paymaster [here](https://docs.biconomy.io/dashboard/paymaster).

### Token Paymaster

<Figure src={require('/docs/build/integrations/account-abstraction/biconomy/images/overview/erc20gas.png').default} width="80%" />
<Figure src={require('/docs/build/build-on-layer-1/integrations/account-abstraction/biconomy/images/overview/erc20gas.png').default} width="80%" />

Switching the mode of your Paymster to ERC20 allows you to unlock an experience where users can pay gas in any of our supported ERC20 tokens on different networks. Check out the latest supported tokens [here](https://docs.biconomy.io/supportedchains/supportedTokens).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Yes. visit Polkadot.js, connect your wallet and go to Network > Balances and sel

## Q: I used XCM to transfer 5 DOT from Polkadot to Astar, but only received 4.999

Please note that the gas amount will be deducted from the amount entered, so the amount transferred should be adjusted according to account for the gas fee estimate. For more information, visit [here](/docs/build/build-on-layer-1/smart-contracts/building-cross-chain-contracts/xcm/using-xcm/index.md)
Please note that the gas amount will be deducted from the amount entered, so the amount transferred should be adjusted according to account for the gas fee estimate. For more information, visit [here](/docs/build/build-on-layer-1/smart-contracts/building-cross-chain-contracts/xcm/index.md)

## Q: My balance should be 1.00012 DOT but the Portal is displaying 1 DOT, where are they?

Expand Down
2 changes: 1 addition & 1 deletion docs/build/builder-guides/layer-1/evm/hacking/hack_wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Please note that the current version of polkadot-JS is broken for contracts beca

:::

## From Zero to ink Hero [Tutorials](/docs/build/builder-guides/layer-1/wasm/from-zero-to-ink-hero/flipper-contract/flipper.md)
## From Zero to ink Hero [Tutorials](/docs/build/builder-guides/layer-1/wasm/flipper-contract/flipper.md)
Depending on your confidence, use any of these tutorial. If you are just starting, the Flipper contract is the way to go.
* Your task is to deploy the contract from the tutorial to Shibuya Network.
* After you build contract notice where the `.contract` and `metadata.json` are created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
To create a smart contract which follows PSP34 standard use Openbrush Wizard:
1. Open [Openbrush.io](https://openbrush.io/) website and go to bottom of the page.
2. Select PSP34.
3. Select the version to match the rest of the tutorial. Check *What will be used* in the [opening chapter](/docs/build/builder-guides/layer-1/wasm/from-zero-to-ink-hero/nft/nft.md#what-will-be-used).
3. Select the version to match the rest of the tutorial. Check *What will be used* in the [opening chapter](/docs/build/builder-guides/layer-1/wasm/nft/nft.md#what-will-be-used).
4. Name your contract. In this tutorial we will use `Shiden34`.
5. Add your symbol name. In this tutorial we will use `SH34`.
6. Select extensions: *Metadata*, *Mintable*, *Enumerable*.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Astar is aiming to become a DAO in a couple of years. While moving towards becom
### Astar Network

- Your dApp is **launched and live on Astar Network**
- Does your project contribute to Astar TVL? Make sure you are listed on [DefilLama] (/docs/build/integrations/dapp-listing/defillama). **LINK TO UPDATE**
- List your project on [DappRadar] (/docs/build/integrations/dapp-listing/dappradar). **LINK TO UPDATE**
- Does your project contribute to Astar TVL? Make sure you are listed on [DefilLama] (/docs/build/build-on-layer-1/integrations/dapp-listing/defillama). **LINK TO UPDATE**
- List your project on [DappRadar] (/docs/build/build-on-layer-1/integrations/dapp-listing/dappradar). **LINK TO UPDATE**
- Your dApp has #astar-network, #dAppStaking tags in your GitHub repo.
- You need to create a PR to the Ecosystem Page. As our website is open-source, you can contribute directly to it - just create a PR on your own! [Here](https://github.com/AstarNetwork/astarwebsite_v2/blob/349db39d724b57f58fbee84b3fa500bf0d29bee6/components/Header.vue)
- If you wish to have your project listed on Astar website [ecosystem page](https://astar.network/community/ecosystem), fill in this [FORM](https://forms.gle/xsGUnCt3fm4isWWF7).
Expand Down

0 comments on commit 395db11

Please sign in to comment.