Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allwin199/hardhat-fund-me-v2-app
https://github.com/allwin199/hardhat-fund-me-v2-app
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/allwin199/hardhat-fund-me-v2-app
- Owner: allwin199
- Created: 2023-07-20T18:53:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-20T18:53:53.000Z (over 1 year ago)
- Last Synced: 2024-05-29T17:23:45.304Z (6 months ago)
- Language: JavaScript
- Size: 164 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
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
```