https://github.com/austintgriffith/beans
https://github.com/austintgriffith/beans
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/austintgriffith/beans
- Owner: austintgriffith
- License: mit
- Created: 2023-02-01T23:51:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T12:55:59.000Z (about 3 years ago)
- Last Synced: 2025-04-04T02:51:10.648Z (over 1 year ago)
- Language: CSS
- Size: 10.1 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🫘 BuidlGuidl Beans - simple wallet for simple sends

---
```bash
git clone https://github.com/austintgriffith/beans
```
> 2️⃣ install and start your 👷 Hardhat chain:
```bash
cd beans
yarn install
yarn chain
```
> 3️⃣ in a second terminal window, start your 📱 frontend:
🚨 if your contracts are not deployed to localhost, you will need to update the default network in `App.jsx` to match your default network in `hardhat-config.js`.
```bash
cd scaffold-eth
yarn start
```
> 4️⃣ in a third terminal window, 🛰 deploy your contract:
🚨 if you are not deploying to localhost, you will need to run `yarn generate` (using node v16.x) first and then fund the deployer account. To view account balances, run `yarn account`. You will aslo need to update `hardhat-config.js` with the correct default network.
👀 Side Quest: we need to update this process to use node v18.x 🪄
```bash
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