superhero-com / superhero-wallet

Superhero Wallet – More than just a way to receive, store & send tokens on the æternity blockchain
https://wallet.superhero.com
ISC License
39 stars 38 forks source link

Deploy ETH node #2400

Open paolomolo opened 11 months ago

subhod-i commented 11 months ago

Binary installation: https://geth.ethereum.org/docs/getting-started/installing-geth

sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum

Getting started: https://geth.ethereum.org/docs/getting-started#start-geth

  1. Mainnet
    geth  --datadir ~/ethereum --http --http.api eth,net  --http.port 8545
  2. testnet
    
    geth --testnet  --datadir ~/ethereum --http --http.api eth,net  --http.port 8545
subhod-i commented 11 months ago

Middlewares:

  1. https://github.com/blockscout/blockscout
  2. https://github.com/Adamant-im/ETH-transactions-storage : Lightweight and easy to use
  3. https://trueblocks.io/api/
  4. https://github.com/graphprotocol/graph-node/tree/master
CedrikNikita commented 5 months ago

image

Seems that https://github.com/blockscout/blockscout is the decent tool that is worth a try.