https://github.com/richardwarepam16/dnotekeeper
This is a upgraded version of the Note-Keeper Project whch I have done earlier. It is the decentralised version of it. It is build with motoko and reactjs.
https://github.com/richardwarepam16/dnotekeeper
blockchain dfinity html-css-javascript internet-computer motoko-language reactjs web3
Last synced: 7 months ago
JSON representation
This is a upgraded version of the Note-Keeper Project whch I have done earlier. It is the decentralised version of it. It is build with motoko and reactjs.
- Host: GitHub
- URL: https://github.com/richardwarepam16/dnotekeeper
- Owner: richardwarepam16
- Created: 2022-04-14T09:16:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T09:18:50.000Z (over 3 years ago)
- Last Synced: 2025-01-22T02:23:39.914Z (9 months ago)
- Topics: blockchain, dfinity, html-css-javascript, internet-computer, motoko-language, reactjs, web3
- Language: JavaScript
- Homepage:
- Size: 314 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dkeeper
This is a upgraded version of the Note-Keeper Project whch I have done earlier. It is the decentralised version of it. It is build with motoko and reactjs.# Run Completed Code
1. Make sure dfx is running
```
dfx start --clean
```2. Deploy the project
```
dfx deploy
```3. Start NPM
```
npm start
```