Skip to content

ทดสองสร้าง private Blockchain ด้วย Go-Ethereum

Notifications You must be signed in to change notification settings

snlangsuan/ethereum-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Playground

Build private Blockchain with Go-Ethereum

Getting Started

Installing

  1. Clone this repository anywhere on your machine:
$ get clone https://github.com/snlangsuan/ethereum-playground.git
  1. Run docker compose build
  $ docker-compose up -d --build

Usage

  1. Access to node with Geth Javascript Console
$ geth attach node-01/geth.ipc
  1. Check peers in bootnode
> net.peerCount
2 // in this code must equal 2
  1. Send base coin to other account
> eth.sendTransaction({ from: <SOURCE_ADDRESS>, to: <DESTINATION_ADDRESS>, value: <NUMBER_IN_WEI> })

Acknowledgments

About

ทดสองสร้าง private Blockchain ด้วย Go-Ethereum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published