elocremarc / royalty-free-nft

Decentralized direct to consumer ecosystem for artist to license and sell their work as a provable NFT.

Home Page:https://royalty-free-nft-mccz3vj6t-royaltyfree.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ— Scaffold-ETH

everything you need to build on Ethereum! πŸš€

πŸ‘€ View the Live Demo

πŸ„β€β™‚οΈ Quick Start

Prerequisites: Node plus Yarn and Git

clone/fork πŸ— scaffold-eth:

git clone --branch nextjs-typescript https://github.com/austintgriffith/scaffold-eth.git
cd scaffold-eth

yarn install

# Start up the Hardhat Network
yarn chain

Here we just install the npm project's dependencies, and by running yarn chain we spin up an instance of Hardhat Network that you can connect to using MetaMask. In a different terminal in the same directory, run:

yarn deploy

This will deploy the contract to Hardhat Network. After this completes run:

yarn dev

This will start up the Next.js development server and your site will be available at http://localhost:3000/

To interact with the local contract, be sure to switch your MetaMask Network to Localhost 8545

πŸ” Edit your smart contract YourContract.sol in packages/hardhat/contracts

πŸ“ Edit your frontend in packages/frontend/pages/index.tsx

πŸ’Ό Edit your deployment scripts in packages/hardhat/scripts/deploy

πŸ“± Open http://localhost:3000 to see the app

πŸ“š Documentation

Documentation, tutorials, challenges, and many more resources, visit: docs.scaffoldeth.io

πŸ”­ Learning Solidity

πŸ“• Read the docs: https://docs.soliditylang.org

πŸ“š Go through each topic from solidity by example editing YourContract.sol in πŸ— scaffold-eth

πŸ“§ Learn the Solidity globals and units

πŸ›  Buidl

Check out all the active branches, open issues, and join/fund the 🏰 BuidlGuidl!

πŸ’¬ Support Chat

Join the telegram support chat πŸ’¬ to ask questions and find others building with πŸ— scaffold-eth!

πŸ™ Please check out our Gitcoin grant too!

About

Decentralized direct to consumer ecosystem for artist to license and sell their work as a provable NFT.

https://royalty-free-nft-mccz3vj6t-royaltyfree.vercel.app/

License:MIT License


Languages

Language:TypeScript 95.1%Language:Solidity 2.0%Language:JavaScript 1.9%Language:SCSS 0.8%Language:Shell 0.1%