blockchain-core: core blockchain code written by GoLang
blockchain-web: user GUI, written by spring boot plus bootstrap. used by end user who will interacted with
if you choose eclipse + goclipse to develop golang code, great! please keep reading.
- download Eclipse Oxygen V3
- open menu 'help' -> 'Eclipse Marketplace', search 'goclipse'
- install goclipse plugin, restart Eclipse
- checkout code by: git clone https://github.com/yingjiesun/BC-GoLang-Blockchain.git
- from Eclipse choose 'import' -> 'Existing Projects into Workspace'
- choose folder 'blockchain-core', click 'Open'
- if everything goes well, congradulations! you did it.
- welcome to add steps
smart choice
- download Eclipse Oxygen
- checkout code by: git clone https://github.com/yingjiesun/BC-GoLang-Blockchain.git
- from Eclipse choose 'import' -> 'Existing Maven Projects'
- choose folder 'blockchain-web', click 'Open'
- welcome to add steps
after server start, can visit http://localhost:8881
from folder 'blockchain-web' run command
mvn clean spring-boot:run
then can visit http://localhost:8080