일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 티스토리챌린지
- vue기초
- 스마트컨트렉트테스트
- 스마트컨트렉트 함수이름 중복 호출
- 컨트렉트 동일한 함수이름 호출
- multicall
- 계정추상화
- 체인의정석
- 컨트렉트 배포 자동화
- erc4337 contract
- ambiguous function description
- 스마트컨트렉트 예약어 함수이름 중복
- ethers
- ethers typescript
- 머신러닝기초
- ethers type
- ethers v6
- Vue
- 스마트 컨트렉트 함수이름 중복
- chainlink 설명
- erc4337
- 러스트기초
- SBT표준
- Vue.js
- ethers websocket
- git rebase
- 오블완
- rust 기초
- 러스트 기초
- 러스트 기초 학습
- Today
- Total
체인의정석
sepolia base 테스트넷 사용방법 본문
https://thirdweb.com/base-sepolia-testnet
메타마스트 추가 - 수동입력
thirdweb: The complete web3 development platform
Build web3 apps easily with thirdweb's powerful SDKs, audited smart contracts, and developer tools—for Ethereum & 700+ EVM chains. Try now.
thirdweb.com
메마에 추가 - 현재는 오류 남
https://chainlist.org/?search=base+sepolia&testnets=true
ChainList
chainlist.org
메마에 추가 - 아무컨트렉트나 가서 write 메마에 연결
https://sepolia.basescan.org/token/0xf4927d0a665fb4c5d7639c08aa24eeac643fe29a#writeContract
Blocklords Heroes (BLHE) Token Tracker | BaseSepolia
Blocklords Heroes (BLHE) Token Tracker on Base Sepolia shows the price of the Token $0.0000, total supply 382, number of holders 90 and updated information of the token. The token tracker page also shows the analytics and historical data.
sepolia.basescan.org
faucet - 메인넷 이더 0.0001 개 이상 홀딩 필요 (트레이딩 계정으로 송금 후 해당 계정에서 테스트 계정으로 전송)
https://www.alchemy.com/faucets/base-sepolia
Base Sepolia Faucet
A fast and reliable Base Sepolia testnet faucet for blockchain developers.
www.alchemy.com
faucet2 - ens 있는경우에만
https://www.ethereum-ecosystem.com/faucets/base-sepolia
Base Sepolia Faucet
Get free testnet ETH on Base Sepolia now! Base Sepolia offers developers a safe testnet environment to explore and test smart contracts using Base Sepolia ETH.
www.ethereum-ecosystem.com
Base sepolia Scan
https://base-sepolia.blockscout.com/
Base Sepolia blockchain explorer | Blockscout
Loading data, please wait...
base-sepolia.blockscout.com
https://sepolia.basescan.org/token/0xf4927d0a665fb4c5d7639c08aa24eeac643fe29a#writeContract
Blocklords Heroes (BLHE) Token Tracker | BaseSepolia
Blocklords Heroes (BLHE) Token Tracker on Base Sepolia shows the price of the Token $0.0000, total supply 382, number of holders 90 and updated information of the token. The token tracker page also shows the analytics and historical data.
sepolia.basescan.org
hardhat config
baseTestnet: {
url: 'https://84532.rpc.thirdweb.com',
chainId: 84532,
accounts: [process.env.PK]
}
'블록체인 > 퍼블릭 블록체인' 카테고리의 다른 글
AVAX 아발란체 테스트넷 사용법 (0) | 2024.06.05 |
---|---|
Oasys testnet 사용방법 (0) | 2024.05.24 |
Upgradable 컨트렉트 작성 시 추가해야할것들 (0) | 2023.03.28 |
web3에서 트랜잭션 정보를 가져오는 방법들과 차이점(getTransactionReceipt, getTransaction, getBlock) (0) | 2023.02.23 |
CURG 특강) DVT 초안 (0) | 2023.01.28 |