Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Try running some of the following tasks:

```shell
yarn hre:accounts
yarn hre:compile
yarn hre:test
yarn hre:node
node scripts/sample-script.js
```