-
Notifications
You must be signed in to change notification settings - Fork 0
agamenmon/blockchain
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published