https://github.com/allwin199/fundme-frontend
https://github.com/allwin199/fundme-frontend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/allwin199/fundme-frontend
- Owner: allwin199
- Created: 2023-06-27T03:03:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T03:10:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T22:19:30.864Z (5 months ago)
- Language: JavaScript
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quickstart
1. Clone the repo
```
git clone https://github.com/worksofallwin/fundMe-frontend.git
cd fundMe-frontend
```2. Run the file.
You can usually just double click the file to "run it in the browser". Or you can right click the file in your VSCode and run "open with live server".
And you should see a small button that says "connect".
Hit it, and you should see metamask pop up.
# Execute a transaction
If you want to execute a transaction follow this:
Make sure you have the following installed:
1. You'll need to open up a second terminal and run:
```
git clone https://github.com/Cyfrin/foundry-fund-me-f23
cd foundry-fund-me-f23
make build
make anvil
```Then, in a second terminal
```
make deploy
```