xdevguild / piggy-bank-dapp

The dapp for a simple, smart contract on MultiversX. The main purpose here is to learn how to start writing smart contracts and how to build a dapp for interaction.

Home Page:https://piggy-bank-dapp.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Piggy Bank dapp

The dapp for a simple, smart contract on MultiversX. The main purpose here is to learn how to start writing smart contracts and how to build a dapp for interaction.

Development

npx buildo-begins@latest init - from the list, choose Piggy Bank dapp. You can also initialize the smart contract locally.

Or you can do this manually:

  1. Clone the repository
  2. Copy/Create the .env.local file based on .env.example
  3. Install dependencies npm install
  4. Run localhost server npm run dev

Smart contract

About

The dapp for a simple, smart contract on MultiversX. The main purpose here is to learn how to start writing smart contracts and how to build a dapp for interaction.

https://piggy-bank-dapp.vercel.app

License:MIT License


Languages

Language:TypeScript 97.6%Language:CSS 1.9%Language:JavaScript 0.5%