Inkonchain - The Break
Testnet
Last updated
Testnet
Last updated
Ikuti langkah-langkah berikut untuk berinteraksi di Testnet Inkonchain dan berpotensi mendapatkan reward!
Kunjungi untuk mendapatkan ETH di Sepolia.
Bridge Sepolia ETH ke Ink Sepolia melalui .
Buat Token ERC20 dengan bantuan :
Pilih ERC20 - Name & Symbol.
Klik "Open in Remix".
Deploy Token Menggunakan Remix:
Masuk ke .
Pilih Solidity Compiler, centang Enable Optimization, dan klik Compile.
Setelah berhasil kompilasi (tanda centang hijau), klik Deploy | Injected Provider Metamask.
Konfirmasi transaksi di Metamask.
Setelah deploy berhasil, Anda akan melihat kontrak yang telah dideploy.
Buka Remix dan buat file baru bernama InkContract.sol
.
Tempelkan kode berikut:
Compile file InkContract.sol
dengan Enable Optimization diaktifkan.
Deploy kontrak dan konfirmasi transaksi di wallet Anda.
Buka Deployed Contracts di Remix dan temukan kontrak yang telah dideploy.
Ketik pesan di kolom input setGreeting dan klik tombolnya.
Konfirmasi transaksi di wallet Anda.
Klik Verify & Publish.
Isi detail verifikasi kontrak:
Pilih Solidity (Single file).
Pilih versi compiler yang digunakan di Remix.
Aktifkan optimasi dengan 200 runs.
Tempelkan kode kontrak Anda.
Klik Verify & Publish untuk menyelesaikan proses verifikasi.
Follow these steps to interact with the Inkonchain Testnet and potentially earn rewards!
Select ERC20 - Name & Symbol.
Click "Open in Remix".
Deploy Token Using Remix:
Choose Solidity Compiler, enable Optimization, and click Compile.
After successful compilation (green checkmark), click Deploy | Injected Provider Metamask.
Confirm the transaction in Metamask.
Once deployed, you’ll see your deployed contract.
Open Remix and create a new file named InkContract.sol
.
Paste the following code:
Compile the InkContract.sol
file with Enable Optimization checked.
Deploy the contract and confirm the transaction in your wallet.
Go to Deployed Contracts in Remix and locate your deployed contract.
Type a message in the setGreeting input field and click the button.
Confirm the transaction in your wallet.
Click Verify & Publish.
Fill in the contract verification details:
Select Solidity (Single file).
Choose the same compiler version used in Remix.
Enable optimization with 200 runs.
Paste your contract code.
Click Verify & Publish to complete verification.
Ikuti instruksi untuk menambahkan jaringan Ink Sepolia.
Kunjungi dan cari alamat kontrak yang telah Anda buat.
Sumber:
Visit to get Sepolia ETH.
Bridge Sepolia ETH to Ink Sepolia through the .
Create an ERC20 Token using :
Go to .
Follow the to add the Ink Sepolia network.
Visit and search for your contract address.
Source: