Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fasunle/dblog
A decentralized blog application which allows users to create, update, read and delete blog posts
https://github.com/fasunle/dblog
Last synced: 2 days ago
JSON representation
A decentralized blog application which allows users to create, update, read and delete blog posts
- Host: GitHub
- URL: https://github.com/fasunle/dblog
- Owner: Fasunle
- License: apache-2.0
- Created: 2022-02-14T21:25:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T06:54:05.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T13:23:52.181Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Decentralized Blog
This project allows the users to perform CRUD operation with a decentralized blog application which is built on the following technologies:
- Next.js
- hardhat - solidity development environment
- Ethereum
- SolidityTry running some of the following tasks:
```shell
yarn hre:accounts
yarn hre:compile
yarn hre:test
yarn hre:node
node scripts/sample-script.js
```