A notarize DApp based on React.js and truffle framework
This is a very basic MVP product of Mark Notarize, which contains:
- simple UI written in ReactJS
- blockchain service based on truffle framework
- can create/sign/finish a notarize item of two blockchain address
- install truffle by
npm install -g truffle - run
truffle developto run develop network - run
npm install && npm start - check http://localhost:3000/
Feel free to leave issues or send me email if you have any problem/advice. Thanks!
