An open API service indexing awesome lists of open source software.

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.

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
```