Git Product home page Git Product logo

wave-portal-dapp's Introduction

Wave dapp built with hardhat

This is an example dapp built using hardhat and deployed on the rinkeby test network with the help of Alchemy. There is a simple frontend UI created using replit and all wave logic is written in smart contracts using solidity.

To use this app write a message you wish to wave and click wave, this will real-time send a wave transaction through the Rinkeby test network. Which you can then check using the etherscan here https://rinkeby.etherscan.io/.

To test the smart contract run, you need to install hardhat and run it locally first.

npx hardhat
npx hardhat compile
npx hardhat test
npx hardhat run scripts/run.js

If you want to recompile and redeploy a new smart contract to the rinkeby testnet you can:

npx hardhat run scripts/deploy.js --network rinkeby

Now edit the newly deployed contract address to ./frontend/src/App.jsx by updating the contractAddress parameter and copy all the compiled ABI code under ./artifacts/contracts/wavePortal.sol/Waveportal.json to ./frontend/src/utils/WavePortal.json.

Enjoy and have fun with this app.

wave-portal-dapp's People

Contributors

gaonip avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.