insulineru / scaffold-vueth

What could be better at scaffold-eth? Vue πŸ˜‰

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ— Scaffold-VUETH

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

πŸ§ͺ Quickly experiment with Solidity using a frontend that adapts to your smart contract:

image

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

Prerequisites: Node (v16 LTS) plus Yarn and Git

clone/fork πŸ— scaffold-vueth:

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

install and start your πŸ‘·β€ Hardhat chain:

cd scaffold-vueth
yarn install
yarn chain

in a second terminal window, start your πŸ“± frontend:

cd scaffold-vueth
yarn start

in a third terminal window, πŸ›° deploy your contract:

cd scaffold-vueth
yarn deploy

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

πŸ“ Edit your frontend App.vue in packages/vue-app/src

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

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

πŸ“š Documentation

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

🍦 Other Flavors

πŸ”­ 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

Automated with Gitpod

Open in Gitpod

About

What could be better at scaffold-eth? Vue πŸ˜‰

License:MIT License


Languages

Language:JavaScript 73.5%Language:TypeScript 9.8%Language:Shell 7.6%Language:Vue 5.3%Language:HTML 1.9%Language:Solidity 1.7%Language:CSS 0.2%