https://github.com/sdesalas/hedera-eth-rpc
An Ethereum JSON-RPC API bridge to Hedera blockchain network.
https://github.com/sdesalas/hedera-eth-rpc
Last synced: about 2 months ago
JSON representation
An Ethereum JSON-RPC API bridge to Hedera blockchain network.
- Host: GitHub
- URL: https://github.com/sdesalas/hedera-eth-rpc
- Owner: sdesalas
- License: apache-2.0
- Created: 2022-04-11T07:07:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-08T01:13:06.000Z (about 3 years ago)
- Last Synced: 2025-01-22T15:11:17.589Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 460 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hedera-eth-rpc
An Ethereum JSON-RPC API bridge to Hedera network.
## Inspiration
MetaMask is the world's leading non-custodian crypto wallet.
MetaMask provides a window into ETH-compatible blockchains for millions of users who use it to make token and NFT transfers. It also allows the creation and actioning of smart contract functionality, used by many DeFi applications.
I don't really want to reinvent the wheel for Hedera. Wouldn't it be nice if we could just use hugely popular wallet with a Hedera-ETH JSON-RPC compatible bridge?
Its really not that hard is it?
## Add to MetaMask
#### Mainnet
- Network Name: Hedera Mainnet
- RCP URL: http://localhost:58545
- Chain Id: 290
- Currency Symbol: `Hbar`
- Explorer Url: https://app.dragonglass.me/hedera/#### Testnet
- Network Name: Hedera Testnet
- RCP URL: http://localhost:38545
- Chain Id: 291
- Currency Symbol: `Hbar`
- Explorer Url: https://testnet.dragonglass.me/hedera/