Skip to content

ysongh/StoriesNFT

Repository files navigation

Stories NFT

A dapp that allows reader to buy stories in NFT

Features

  • Writers can create their story
  • Files are store on Fleek Storage
  • User can buy the story and earn NFT which contains a link to the full content of the story

Technologies

  • Vue 2
  • Vuex 3
  • Bootstrap 4
  • Solidity
  • Openzeppelin/contracts ERC721.sol
  • Fleek Storage
  • Space SDK

Project setup

npm install

Create a file called 'config.js' on the src folder and add the following code

export const fleekAPIKey = "Create API key from Fleek";
export const fleekAPISecret = "Create API key from Fleek";

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.

About

Fleek's Gitcoin GR9 Hackathon: A dapp that allows reader to buy stories in NFT

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published