8000 GitHub - agamenmon/blockchain: This is the example of blockchain with c++
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This is the example of blockchain with c++

Notifications You must be signed in to change notification settings

agamenmon/blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

INSTALL OPENSSL 
1. Download source openssl from page.
     https://www.openssl.org/source/
2. Extract and go into the folder
3. Type "./config" -> "make" -> "make test"
4. Type "sudo make install" after "make test" passed
5. After install, we can "make clean"

BUILD FILE 
1. Type in the terminal
  gcc C-language.c -o blockchain.o -lcrypto
2. Type "./blockchain.o" to run the program.

About

This is the example of blockchain with c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0