Getting started
If it's not done already, you will need first to run the create-soroban-dapp script.
If you prefer it is also possible to clone the boilerplate repo manually.
We now suppose you ran the initialization script and that you have a folder containing the soroban-dapp next.js project.
The customization of the dapp will be done following these steps:
- Verify Installation
- Customize app data
- Create and build your own contracts
- Deploy your contracts on tesnet
- Retrieve contract object in the front-end
Good luck building!