Skip to content

dincerunal/blockchainExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockchainExample

This repository contains blockchain based examples of many popular algorithms and concept states.

Getting Started:

  • Install GoLang (Go Programming Language) and follow this steps install.
  • For help getting started with GoLang (Go Programming Language), view our online documentation.

Deployment steps:

  • Clone this repo git clone https://github.com/dincerunal/blockchainExample.git
  • Navigate to project directory and save example.env file as .env mv example.env .env
  • Run main file go run main.go
  • Open a web browser and for this url http://localhost:8080/
  • For Write new blocks, send a POST request to http://localhost:8080/ with a JSON payload with BPM as the key and an integer as the value. {"BPM":50}
  • Send POST requests as you want and refresh your browser to grow your blockchain.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published