Skip to content

clprt333/golang-eth-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start Ganache Connect Metamask to Ganache testnet rpc Import private key from test account send transaction to another account through metamask

http://localhost:8080/api/v1/eth/latest-block Get transactions

http://localhost:8080/api/v1/eth/get-tx?hash=

check balance of recipient http://localhost:8080/api/v1/eth/get-balance?address=

curl -d '{"privKey":"TESTNET PRIV KEY HERE", "to":"TESTNET ADDR HERE", "amount":1000000000000000000}' -H "Content-Type: application/json" -X POST http://localhost:8080/api/v1/eth/send-eth

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages