Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greathayat/dapp-wave-portal
A simple dApp developed using the buildspace project instructions.
https://github.com/greathayat/dapp-wave-portal
alchemyapi blockchain ethereum ethereum-dapp metamask reactjs smart-contracts solidity solidity-language
Last synced: 2 months ago
JSON representation
A simple dApp developed using the buildspace project instructions.
- Host: GitHub
- URL: https://github.com/greathayat/dapp-wave-portal
- Owner: GreatHayat
- License: mit
- Created: 2022-05-04T07:05:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-04T07:23:13.000Z (over 2 years ago)
- Last Synced: 2024-10-14T01:20:26.472Z (3 months ago)
- Topics: alchemyapi, blockchain, ethereum, ethereum-dapp, metamask, reactjs, smart-contracts, solidity, solidity-language
- Language: JavaScript
- Homepage:
- Size: 759 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dApp-wave-portal
A simple dApp developed using the buildspace project instructions.## buildspace project link
https://bld.so/HeSg6you can enroll in above project to get start in the blockchain development.
# Live App URL
https://unwittingstudioussource.greathayat.repl.co/## Backend Setup (smart contract)
- cd `backend-app`
- npm install
- add `.env` file with two values, `ALCHEMY_API_URL` and `PRIVATE_KEY` (OPTIONAL STEP)## How to run the backend?
In order to run it locally,
- npx hardhat node
- npx hardhat scripts/deploy.js --network localhostIn order to deploy it using Alchemy,
- npx hardhat scripts/deploy.js --network ropsten
- for this step, make sure, you have an account on Alchemy.## Frontend Setup (ReactJS Application)
- cd `frontend-app`
- npm install
- npm start#### NOTE: I HAVE DEPLOYED THIS CONTRACT ON ROPSTEN TEST NETWORK USING ALCHEMY