Our project is an art site that is inspired by Fanbox.
This would mean that creators of their original art are able to post art that will be included into a blockchain.
We provide creators a decentralized platform to earn money from their art.
Our target audience includes:
- Artist🖌️
- Photographers📸
- Designer💻
- Fans/Supporters🎉
This project was built during the HackFS 2021 hackathon.
Here's our Presentation.
Here's our Showcase.
- React
- Node.js
- Blockchain
for database
- Truffle
for smart contract deployment.
- IPFS
to store our images.
Dependencies:
Clone this repo
git clone https://github.com/HackathonScrubs/Photolla.git
Install dependencies via npm
npm install
Deploy smart contract via Truffle
truffle migration
Start the server
npm run start