Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/.