https://github.com/yvonmanzi/CrytoPhoto
A decentralized application that allows users to buy, sell, and bid on crypto photos.
https://github.com/yvonmanzi/CrytoPhoto
blockchain javascript openseajs react
Last synced: about 2 months ago
JSON representation
A decentralized application that allows users to buy, sell, and bid on crypto photos.
- Host: GitHub
- URL: https://github.com/yvonmanzi/CrytoPhoto
- Owner: yvonmanzi
- Created: 2021-04-27T11:26:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-11T09:38:39.000Z (about 4 years ago)
- Last Synced: 2024-11-04T20:41:33.614Z (7 months ago)
- Topics: blockchain, javascript, openseajs, react
- Language: JavaScript
- Homepage:
- Size: 3.12 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CryptoPhoto
CrytoPhoto is a decentralized application(dapp) built on top of [OpenSea.js](https://github.com/ProjectOpenSea/opensea-js/), a Javascript SDK for [OpenSea](https://opensea.io/) that allows users to buy, sell, and bid on crypto photos
# How to run it
Execute `nvm use`, if you have Node Version Manager, or install Node.js version 8.11 to make sure dependencies work.
Then, to install dependencies:
`npm install `
To run the app on localhost:
`npm start`
To minify and create a production build:
`npm run build`
# Directory structure
**public** houses favicon and base index.html – there should be little reason to use this directory.**src** contains the app's js entry point and a simple CSS file.