Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bethel-nz/fund-me
https://github.com/bethel-nz/fund-me
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bethel-nz/fund-me
- Owner: Bethel-nz
- Created: 2024-03-15T15:20:14.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-15T15:31:58.000Z (9 months ago)
- Last Synced: 2024-04-17T23:56:10.480Z (8 months ago)
- Language: Solidity
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run:
## Cloning and Using this Project in Remix IDE
1. **Open Remix IDE:** Navigate to `remix.ethereum.org`.
2. **Connect to GitHub:**
* Click on the "File Explorers" icon (looks like a folder) in the left sidebar.
* Expand the "GitHub" plugin `DGIT`.
* You may be prompted to authorize Remix to access your GitHub account.3. **Clone the Repository:**
* Enter the full GitHub URL of this repository (e.g., `https://github.com/Bethel-nz/fund-me.git`).
* Click "Clone".4. **Work on the Project:**
* The cloned repository will appear as a new workspace in Remix.
* You can now edit, compile, deploy, and interact with the Solidity contracts directly within the Remix environment.