Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasharmaster/hint18
Sarah - A blockchain powered interactive journal
https://github.com/yasharmaster/hint18
blockchain bootstrap4 ethereum ethereum-dapp solidity truffle
Last synced: 11 days ago
JSON representation
Sarah - A blockchain powered interactive journal
- Host: GitHub
- URL: https://github.com/yasharmaster/hint18
- Owner: yasharmaster
- Created: 2018-03-16T21:11:00.000Z (almost 7 years ago)
- Default Branch: backtrack
- Last Pushed: 2018-03-18T10:01:07.000Z (almost 7 years ago)
- Last Synced: 2024-11-18T22:06:37.058Z (2 months ago)
- Topics: blockchain, bootstrap4, ethereum, ethereum-dapp, solidity, truffle
- Language: JavaScript
- Homepage:
- Size: 24.7 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sarah
A blockchain powered interactive journal
## Demo
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/lr9mZSmilvo/0.jpg)](https://www.youtube.com/watch?v=lr9mZSmilvo)
## Run Project
Use following commands -
```
npm installtruffle compile (in windows use truffle.cmd compile)
launch ganache
truffle migrate (in windows use truffle.cmd migrate)
npm run dev
```Go to http://localhost:8080/ to test the app.