Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 899 Bytes

README.md

File metadata and controls

53 lines (32 loc) · 899 Bytes

Image Sharing as NFT

A small platform to store Images as NFT.

🏃‍♀️ Quick Start

required: Node plus Yarn plus Git and NFT.Storage

Clone this repository:

git clone https://github.com/karangorania/Image-sharing-as-NFT.git

cd image-sharing-as-NFT

Install the JavaScript dependencies with:

yarn install

in a second terminal window:

cd image-sharing-as-NFT
yarn chain

in a third terminal window:

cd image-sharing-as-NFT
yarn deploy

Run the frontend:

cd image-sharing-as-NFT
yarn start

Get an API key for nft.storage:

NFT.Storage

Copy the key to your clipboard, and edit the file image-sharing-as-NFT\packages\react-app\src\constants.js