You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get fake Ether (ETH) from these faucets so you can fund your wallet to send transactions and deploy contracts on Ink Sepolia. You can also [bridge](https://docs.inkonchain.com/quick-start/faucets#bridging-funds-to-ink-sepolia) testnet funds to Ink.
2
+
Get fake Ether (ETH) from these faucets so you can fund your wallet to send transactions and deploy contracts on Ink Sepolia. You can also [bridge](https://docs.inkonchain.com/quick-start/faucets#bridging-funds-to-ink-sepolia) testnet funds to Ink.
3
3
4
-
###### Kraken
4
+
###### Kraken
5
5
Our in house faucet provides a quick and easy way to acquire testnet ETH.
6
-
- https://faucet.ink.kraken.zone/
6
+
- https://mystery-faucet.demo.inkonchain.com/
7
7
###### Quicknode
8
8
Quicknode faucet is an easy to use Multi-Chain Faucet. You can use Quicknode Faucet to claim Ink Sepolia for testnet ETH for free - one drip per network every 12 hours.
9
9
- https://quicknode.com
10
10
###### Tenderly
11
11
Tenderly Node is a fast and reliable production node that enables access to over 12 blockchain networks via RPC. It allows you to send transactions, deploy smart contracts, query blockchain data or other operations without having to run your own node or manage infrastructure.
12
-
- https://tenderly.co
12
+
- https://tenderly.co
13
13
###### Optimism
14
14
###### Superchain
15
15
- The Superchain Faucet provides testnet ETH for all OP chains, including Ink.
16
16
17
-
## Bridging funds to Ink Sepolia
18
-
If you need an alternative to the above faucets you can choose to bridge ETH onto Ink Sepolia.
17
+
## Bridging funds to Ink Sepolia
18
+
If you need an alternative to the above faucets you can choose to bridge ETH onto Ink Sepolia.
19
19
20
20
1. Get ETH by using your web3 wallet with one of the existing faucets on the Ethereum Sepolia network:
21
21
@@ -24,7 +24,7 @@ If you need an alternative to the above faucets you can choose to bridge ETH ont
Copy file name to clipboardExpand all lines: src/pages/quick-start/get-connected.mdx
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ Adding Ink testnet to Metamask, both via our blockscout explorer, and manually v
23
23
24
24
## What Do I Need to Start Developing on Ink?
25
25
1. An editor (with a Solidity highlighting package) like Visual Studio Code
26
-
2. A web3 wallet
26
+
2. A web3 wallet
27
27
3. Testnet funds
28
-
4. Recommended: a development framework like Foundry or Hardhat
28
+
4. Recommended: a development framework like Foundry or Hardhat
29
29
5. If you want to deploy code to the blockchain through the browser, a web3 browser extension (most web3 wallets will have one)
30
30
31
31
As an alternative to most of the above you can use [Remix](https://remix.ethereum.org/), but you will still need a web3 wallet with funds to deploy your code.
@@ -38,10 +38,10 @@ In order to deploy code to Ink, you need a blockchain wallet that has funds in i
38
38
3. Getting funds to use on Ink from a [faucet](https://https://docs.inkonchain.com/quick-start/faucets) or by [bridging]()
39
39
40
40
###### Creating a wallet
41
-
1. Get a wallet from [Rabby](https://rabby.io/), [Metamask](https://metamask.io/), [Rainbow](https://rainbow.me/en-us/) or many more.
42
-
- Make sure your wallet is EVM compatible i.e. works with Ethereum-based chains. The ones mentioned above do.
41
+
1. Get a wallet from [Rabby](https://rabby.io/), [Metamask](https://metamask.io/), [Rainbow](https://rainbow.me/en-us/) or many more.
42
+
- Make sure your wallet is EVM compatible i.e. works with Ethereum-based chains. The ones mentioned above do.
43
43
- Use the browser extension of the wallet you chose to simplify deploying code.
44
-
2. Set up your wallet, which will include writing down a mnemonic (a set of words) and getting an address that starts with "0x".
44
+
2. Set up your wallet, which will include writing down a mnemonic (a set of words) and getting an address that starts with "0x".
45
45
46
46
###### Connecting Metamask wallet to Ink Sepolia (Testnet)
47
47
@@ -61,8 +61,8 @@ Next: get some [play money](#faucet) from our faucets!
61
61
62
62
###### Fund your wallet
63
63
Get fake Ether (ETH) from these faucets so you can fund your wallet to send transactions and deploy contracts on Ink Sepolia. Kraken's in house faucet provides a quick and easy way to acquire testnet ETH:
64
-
https://faucet.ink.kraken.zone/
64
+
https://mystery-faucet.demo.inkonchain.com/
65
65
66
-
Check out alternative faucets [here](https://docs.inkonchain.com/quick-start/faucets). Alternatively, you can [bridge](https://docs.inkonchain.com/quick-start/faucets#bridging-funds-to-ink-sepolia) testnet funds.
66
+
Check out alternative faucets [here](https://docs.inkonchain.com/quick-start/faucets). Alternatively, you can [bridge](https://docs.inkonchain.com/quick-start/faucets#bridging-funds-to-ink-sepolia) testnet funds.
0 commit comments