Skip to content

YudizBlockchain/Blog_Dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blog_Dapp

Blog platform on blockchain

prerequisities:-
NPM
EOS Blockcahin
Web Browser

Steps to build:
1.Go to blog folder then execute following commands
--> eosio-cpp -abigen blog.cpp -o blog.wasm
--> cleos set contract YOUR_ACCOUNT_NAME ../blog

2.Now add your private key in your eos-client.js file(path of file is frontend/src/lib)
3.Now open app.js(frontend/src/App.js) and eos-client.js(frontend/src/lib/eos-client.js) and enter your account name
instead of YOUR_ACCOUNT
4.Open terminal in frontend folder and execute below commands
--> npm install
--> npm start Go on localhost:3000 to see output

Watch demo video of this dapp over here https://www.youtube.com/watch?v=vuDhdnP0_CA&feature=youtu.be

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published