Skip to content

0xChijioke/scaffold-eth-jbx

Repository files navigation

🏗 Scaffold-ETH & 🧃Juicebox

everything you need to start your juicebox frontend build! 🚀

Project Demo

Look at external_contracts to see how you can read blockchain data into your application as we have in the homepage.

The contracts are barebones of what you might need to create and pay a Juicebox project. You can customize your contracts and then deploy🚀

🏄‍♂️ Quick Start

Prerequisites: Node (v16 LTS) plus Yarn and Git

clone/fork 🏗 scaffold-eth:

git clone https://github.com/scaffold-eth/scaffold-eth.git

install and start your 👷‍ Hardhat chain:

cd scaffold-eth
yarn install
yarn chain

in a second terminal window, start your 📱 frontend:

cd scaffold-eth
yarn start

in a third terminal window, 🛰 deploy your contract:

cd scaffold-eth
yarn deploy

🔏 Edit your smart contract YourContract.sol in packages/hardhat/contracts

📝 Edit your frontend App.jsx in packages/react-app/src

💼 Edit your deployment scripts in packages/hardhat/deploy

📱 Open http://localhost:3000 to see the app

📚 Documentation

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

🔭 Learning Solidity

📕 Read the docs: https://docs.soliditylang.org

Join the telegram support chat 💬 to ask questions and find others building with 🏗 scaffold-eth!


🙏 Please check out our Gitcoin grant too!

Automated with Gitpod

Open in Gitpod

About

A scaffold-eth starter kit for buidling a Juicebox project frontend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published