A dapp that allows reader to buy stories in NFT
- Live Site - https://storiesnft.netlify.app/
- Demo - https://youtu.be/LNgazG0Npjc
- Won Second Place at Fleek's Gitcoin GR9 Hackathon
- Blog - https://blog.fleek.co/posts/gitcoin-gr9-hackathon-fleek-winners
- 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
- Vue 2
- Vuex 3
- Bootstrap 4
- Solidity
- Openzeppelin/contracts ERC721.sol
- Fleek Storage
- Space SDK
npm install
export const fleekAPIKey = "Create API key from Fleek";
export const fleekAPISecret = "Create API key from Fleek";
npm run serve
npm run build
npm run lint