Skip to content

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

License

Notifications You must be signed in to change notification settings

elocremarc/royalty-free-nft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏗 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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.2%
  • Solidity 2.0%
  • JavaScript 1.9%
  • Other 0.9%