본문 바로가기
풀스택 개발/블록체인

이더리움 기초지식... 관련 사이트

by act2 2024. 10. 29.
728x90

이더리움 관련 사이트 정리

 

이더리움 관련 주요 사이트를 정리합니다.

 

공식 사이트 : https://ethereum.org/ko/

깃허브 : https://github.com/ethereum

Ethereum Average Gas Price Chart : https://etherscan.io/chart/gasprice

Ether 발행과 소각 : https://ultrasound.money/

이더리움 블록체인 데이터 확인 : https://www.blockchain.com/explorer/blocks/eth

Geth : https://geth.ethereum.org/

Etherscan : https://etherscan.io/

Sepolia testnet : https://sepolia.etherscan.io/

Tenderly : https://dashboard.tenderly.co/explorer

MetaMask : https://metaask.io/

Sepolia faucet : https://cloud.google.com/application/web3/faucet/ethereum/sepolia


Ganache : https://archive.trufflesuite.com/ganache/

* Ganache V2.5.4 : https://sourceforge.net/projects/ganache.mirror/files/

* Ganache와 MetaMask 연동

{

    네트워크 이름 : Localhost 7545,

    새 RPC URL : HTTP://127.0.0.1:7545, 

    체인 ID : 1337,

    통화 기호 : ETH

}


Remix IDE : https://remix.ethereum.org/

* Remixd

Solidity 버전 0.8.18

COMPILER : 0.8.26+commit.8a97fa7a

npm install -g @remix-project/remixd

remixd -s <로컬 폴더 경로> --remix-ide <Remix IDE 세션의 URL 주소>

ex)

remixd -s C:\Remix --remix-ide https://remix.ethereum.org/#lang=en&optimize=false&runs=200&evmVersion=null&version=soljson-v0.8.26+commit.8a97fa7a.js


Web3.js : https://web3js.readthedocs.io/en/v1.10.0/

Infura : https://www.infura.io/

728x90