Skip to content

juliancwirko/elrond-simple-sc-frontend-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiggyBank Smart Contract frontend app

  • Please be aware that this template uses the older Elrond dapp library. The newest one is here: dapp-core.
  • Also the new frontend will be build soon. Based on: nextjs-dapp-template.

PiggyBank is a custom Smart Contract on the Elrond blockchain. If you want to know more about preparing and deploying such a Smart Contract, check out separate blog post. Here we have a frontend app for it.

Working instance

Articles

Walkthrough videos

Remember that the devnet will be restarted from time to time. It could mean that preconfigured PiggyBank Smart Contract will stop working. I'll try to redeploy a new one in such a case, but this won't be automatic.

This app is for learning and demonstration purposes only.

How to start with local instance

  1. Clone the repo
  2. Remember to configure the .env file. Review and copy .env.example into .env.local
  3. In .env.local configure your PiggyBank Smart Contract address. (Check how to deploy your custom one here. You can also use the one from this repo (of course if the devnet isn't restarted yet)).
  4. You would also need some xEGLD on the devnet. You should be able to use a web wallet's built-in faucet. Or there is also one for the devnet here.

Generated using CRA elrond-dapp template and Elrond tools

In case of questions contact me: