Skip to content

Commit cea12ea

Browse files
committed
feat: add badges section with one badge explainer
1 parent cddfcfc commit cea12ea

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

src/pages/general/badges.mdx

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Badges
2+
3+
## Welcome To Ink
4+
5+
> Awarded for bridging Ethereum to Ink.
6+
7+
To bridge Ethereum, you can use the `L1StandardBridge` on the sepolia network crafted for the Inkchain.
8+
9+
You need to call the `bridgeETH` method in the contract here: https://sepolia.etherscan.io/address/0xC0d337f71aD19a8f17a1b297cDb3a86c5EEf9Eec#writeProxyContract
10+
11+
For instance, if you want to bridge 1 Sepolia ETH into 1 Sepolia "Ink" ETH:
12+
13+
1. Connect your Wallet using the "Connect to Web3" button
14+
2. Expand the `bridgeETH` method and enter `bridgeETH: 1`
15+
3. Enter `_minGasLimit: 1000` (or whatever suits you)
16+
4. Enter `_extraData: 0x00`
17+
5. Click "Write", then validate the transaction in MetaMask, then sign it to complete the transaction.
18+
19+
## Wrapped ETH
20+
21+
> Awarded for wrapping Ethereum into WETH.
22+
23+
## ERC20 Interactions
24+
25+
> Awarded for minting, sending, and receiving ERC20 tokens.
26+
27+
## NFT Interactions
28+
29+
> Awarded for minting, sending, and receiving NFTs.
30+
31+
## Faucet User
32+
33+
> Awarded for using the Ink faucet.
34+
35+
## Smart Contract Deployer
36+
37+
> Awarded for deploying a smart contract.

0 commit comments

Comments
 (0)