Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajesh-royal/dapp-hello-world-ethereum
Dapp - Hello World Ethereum. A test application to interact with smart contract deployed on Ropesten test net.
https://github.com/rajesh-royal/dapp-hello-world-ethereum
alchemy dapp ethereum hello-world smart-contracts
Last synced: about 1 month ago
JSON representation
Dapp - Hello World Ethereum. A test application to interact with smart contract deployed on Ropesten test net.
- Host: GitHub
- URL: https://github.com/rajesh-royal/dapp-hello-world-ethereum
- Owner: Rajesh-Royal
- Created: 2022-06-20T12:32:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-20T12:37:20.000Z (over 2 years ago)
- Last Synced: 2024-11-24T20:44:37.240Z (2 months ago)
- Topics: alchemy, dapp, ethereum, hello-world, smart-contracts
- Language: JavaScript
- Homepage: https://dapp-hello-world-ethereum.vercel.app/
- Size: 322 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✅ Hello World with DAPP
# 🪜 Installation
To use this dApp, you'll need to do the following:1. Run `npm install` to download the `node_modules` folder.
2. Create a `.env` file in the root directory this `nft-minter` by entering the following on your command line: `vim .env` and then add your [Alchemy API Key](). Altogether, your `.env` file should just look like so:```
REACT_APP_ALCHEMY_KEY = wss://eth-ropsten.ws.alchemyapi.io/v2/
```
4. Run `npm start`in your terminal to open the dApp in your browswer at http://localhost:3000/.