Skip to content
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

[LISKDOCS-19] Introduction to Web3 app development #260

Open
wants to merge 46 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
475221c
Add pages
Tschakki Nov 18, 2024
26fd4f5
Add PWA intro
Tschakki Nov 18, 2024
dbc6fdb
Add web3 app dev steps
Tschakki Nov 19, 2024
dd29329
Fix conflicts
Tschakki Nov 27, 2024
c45c0a9
Describe web versions
Tschakki Nov 27, 2024
67d9466
Add Web 3 description
Tschakki Dec 2, 2024
5a107ea
Amend Web 3 description
Tschakki Dec 3, 2024
aff0ce0
Add section about getting started with Web3 development
Tschakki Dec 3, 2024
0b8f4ec
Compare Web2 and Web3 development
Tschakki Dec 5, 2024
40ab1d2
Fix table
Tschakki Dec 5, 2024
9f59646
Add descriptions
Tschakki Dec 5, 2024
c5e7809
Update structure
Tschakki Dec 5, 2024
de7e9b2
Align headings
Tschakki Dec 5, 2024
e8d103e
Amend description
Tschakki Dec 5, 2024
ab8f645
Merge branch 'development' into liskdocs-19-mobile-dapp-guide
Tschakki Dec 5, 2024
ce7b7fd
Update examples
Tschakki Dec 5, 2024
aa7d6ea
Add examples
Tschakki Dec 5, 2024
807a079
Add examples
Tschakki Dec 5, 2024
69c1d05
Update descriptions
Tschakki Dec 12, 2024
50afe0f
Merge branch 'development' into liskdocs-19-mobile-dapp-guide
Tschakki Jan 3, 2025
f5adbd0
Update resources
Tschakki Jan 6, 2025
d0462aa
Merge branch 'liskdocs-19-mobile-dapp-guide' of github.com:LiskHQ/lis…
Tschakki Jan 6, 2025
26e8e5f
Apply suggestions from code review
Tschakki Jan 10, 2025
6b4052c
Merge branch 'development' into liskdocs-19-mobile-dapp-guide
Tschakki Jan 10, 2025
3ecca9b
Fix broken anchor
Tschakki Jan 10, 2025
be5b16b
Add new sections
Tschakki Jan 14, 2025
58b0cc0
Summarize account abstraction
Tschakki Jan 15, 2025
c6d1dda
Add test examples
Tschakki Jan 20, 2025
422b4d8
Merge branch 'development' into liskdocs-19-mobile-dapp-guide
Tschakki Jan 20, 2025
0c70ff2
Align headings
Tschakki Jan 20, 2025
558acc1
Add links
Tschakki Jan 20, 2025
3f99df1
Add guides
Tschakki Jan 20, 2025
41bf14f
Move section
Tschakki Jan 20, 2025
62aa948
Fix links
Tschakki Jan 20, 2025
504d001
Move section
Tschakki Jan 20, 2025
de1ec76
Fix link
Tschakki Jan 20, 2025
562a503
Describe testnets
Tschakki Jan 21, 2025
76ce4e9
Describe e2e and monitoring
Tschakki Jan 21, 2025
07d701d
Clean up text
Tschakki Jan 21, 2025
ee588f9
Update ToC levels
Tschakki Jan 21, 2025
f4ff1b6
Fix liskdocs-43, update translations
Tschakki Jan 21, 2025
c65d568
liskdocs-45
Tschakki Jan 21, 2025
a0955f1
Update sidebars
Tschakki Jan 21, 2025
a7bd9d2
Update sidebars
Tschakki Jan 21, 2025
a6b930b
Mention that sensitive onchain data should be encrypted
Tschakki Jan 21, 2025
7b88260
Update docs/building-on-lisk/web3-app-development.mdx
Tschakki Jan 21, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
id: bridged-tokens
title: Bridged Token Addresses
sidebar_position: 2
slug: /bridged-tokens
description: 'A reference page listing all tokens bridged to Lisk.'
keywords:
[
Expand All @@ -11,14 +10,14 @@ keywords:
]
---

# Bridged tokens
# Bridged Token Addresses

This page summarizes officially reviewed tokens deployed on Lisk and their corresponding L1 addresses.

The list is based on the [Superchain Token List](https://github.com/ethereum-optimism/ethereum-optimism.github.io).

:::tip
If you want to add a token to the list, please check out the guide [Bridging an L1 token to Lisk](add-token-to-lisk/index.md).
If you want to add a token to the list, please check out the guide [Bridging an L1 token to Lisk](/building-on-lisk/add-token-to-lisk/index.md).
:::

## Lisk Mainnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
id: contracts
title: Contracts
sidebar_position: 1
slug: /contracts
description: 'A reference page listing all the contracts deployed concerning Lisk.'
keywords:
[
Expand Down
2 changes: 1 addition & 1 deletion docs/building-on-lisk/add-token-to-lisk/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ To add your token to the list, perform the following steps.

### Step 1: Deploy your token on Lisk
Select your preferred bridging framework and use it to deploy an ERC-20 for your token on Lisk.
We recommend you use the framework provided by Lisk's [standard bridge](#the-standard-bridge) contracts and, furthermore, deploy your token using the [OptimismMintableERC20Factory](../contracts.mdx#lisk-network-l2).
We recommend you use the framework provided by Lisk's [standard bridge](#the-standard-bridge) contracts and, furthermore, deploy your token using the [OptimismMintableERC20Factory](/about-lisk/contracts.mdx#lisk-network-l2).
Deploying your token on Lisk in this manner provides us with guarantees that will smooth the approval process.
If you choose a different bridging framework, its interface must be compatible with that of the standard bridge.
Otherwise, it may be difficult for us to support them.
Expand Down
337 changes: 337 additions & 0 deletions docs/building-on-lisk/web3-app-development.mdx

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
id: bridged-tokens
title: Bridged Token Addresses
sidebar_position: 2
description: 'A reference page listing all tokens bridged to Lisk.'
keywords:
[
'Lisk',
'Bridged tokens'
]
---

# Bridged Token Addresses

This page summarizes officially reviewed tokens deployed on Lisk and their corresponding L1 addresses.

The list is based on the [Superchain Token List](https://github.com/ethereum-optimism/ethereum-optimism.github.io).

:::tip
If you want to add a token to the list, please check out the guide [Bridging an L1 token to Lisk](/building-on-lisk/add-token-to-lisk/index.md).
:::

## Lisk Mainnet

| Bridged Tokens Mainnet | Symbol | L1 Token | L2 Token |
| :----------------- | :----- |:----------------- | :----------------- |

## Lisk Sepolia

| Bridged Tokens Sepolia | Symbol | L1 Token | L2 Token |
| :----------------- | :----- |:----------------- | :----------------- |
Loading