Skip to content

jovimanic/cluckychicks

 
 

Repository files navigation

🏗 CluckyChicks

everything you need to build on Ethereum! 🚀

🧪 Quickly experiment with Solidity using a frontend that adapts to your smart contract:

🏄‍♂️ Quick Start

Prerequisites: Node plus Yarn and Git

clone/fork 🏗 scaffold-eth:

install and start your 👷‍ Hardhat chain:

yarn install

in a second terminal window, start your 📱 frontend:

yarn start

in a third terminal window, 🛰 deploy your contract:

yarn deploy
yarn etherscan-verify --network rinkeby

🔏 Edit your smart contract CluckyChicks.sol in ./contracts

💼 Edit your deployment scripts in ./deploy

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

🔭 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

🛠 Build

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.9%
  • CSS 14.5%
  • Solidity 13.7%
  • Shell 6.9%
  • HTML 1.7%
  • Dockerfile 1.6%
  • TypeScript 0.7%