Here is the demo of an MultiversX dapp for interactions with the blockchain and smart contracts. It provides four different ways of authentication and also a couple of React-based helpers/hooks. It is based on NextJS and uses multiversx SDK. It also uses tailwind. Heavily based on the Elven Tools Dapp

We have hardcoded a setup for three different operations to simplify things. These are:

  1. Simple EGLD transfer to hardcoded address.
  2. Simple Mint operation on Elven Tools demo minter smart contract.
  3. Random query operation on the Elven Tools demo minter smart contract.

It is to demonstrate how such things can be achieved without much development. Maybe later, we will come up with a much better demo dapp.

Loading...