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.
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:
- Clone the repository
- Copy/Create the
.env.local
file based on.env.example
- Install dependencies
npm install
- Run localhost server
npm run dev