Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 786 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 786 Bytes

📓 NanoBlog

https://blog.mynano.ninja

A blog system using the Nano cryptocurrency and IPFS.

Description

It shows the potential of data storage on the Nano blockchain with linkage to a different decentralized storage. As Nano is not designed to store large amounts of data you need a second level solution to store any data that is larger than a few bytes. The dencentralized solution is to use the representative field to store the IPFS hash.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.