Skip to content
forked from tomMoulard/gochain

A blockchain api with a web frontend

Notifications You must be signed in to change notification settings

aozoeao/gochain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gochain

This app is a simple blockchain in go with a web frontend.

Usage

make

Configuration

  • IP: Bind IP of the go app
  • PORT: Bind PORT
  • POSTGRES_URL: postgresql URL
  • POSTGRES_PASSWORD: postgresql password

TODO

  • Create docker image (Dockerfile)
    • Build go
    • Use Binary
    • Expose port
  • Use the service (docker-compose.yml)
    • Build docker image
    • Configure go and run the app on port 8000
    • Create postgresql database and link it
    • Bonus: Create a swagger ui with swaggerapi

About

A blockchain api with a web frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 55.2%
  • HTML 40.1%
  • Dockerfile 4.3%
  • Makefile 0.4%