Follow on X: x.com/BuildoDev
(Please be careful on the Mainnet! First, test and understand everything on the Devnet.)
The buildo.dev app is a port of the CLI functionality. So you can use both. In time, the functionality will probably differ a bit. Web app will have more possibilities.
The app is built using two core tools which you can also use:
- useElven - React.js hooks for interaction with the MultiversX blockchain
- Next.js Dapp Template - The ready-to-use Next.js app template built with Tailwind and Next.js App Router architecture
The app will help to improve these tools. While building, I found a couple of bugs and created to-do items for future improvements, mainly in useElven.
- The app can issue and manage many different token types within the MultiversX blockchain ecosystem
- The app can also help with general blockchain interactions
- It has a couple of helpful utilities and will get more.
You'll find the list of functionalities on the homepage.
Please check the About section to read more about how to contribute and the next steps - a high-level roadmap.
npx buildo-begins@latest init
- from the list, choose Buildo.dev dapp.
Or you can do this manually:
- Clone the repository
- Copy the
.env.example
to.env.local
(modify if needed) - Run
npm run dev
- Please report issues
- Kanban board
- Elven.js - Compact MultiversX SDK for browsers (no build steps required)
- Elven Tools - All about NFTs and SFTs on the MultiversX blockchain
- useElven - React hooks for MultiversX dApps
- xDevGuild Repositories