Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xdevguild/buildo.dev
Buildo.dev is a MultiversX app that helps with blockchain interactions, like issuing, managing tokens and querying smart contracts.
https://github.com/xdevguild/buildo.dev
blockchain egld esdt multiversx multiversx-dapp nextjs reactjs
Last synced: 16 days ago
JSON representation
Buildo.dev is a MultiversX app that helps with blockchain interactions, like issuing, managing tokens and querying smart contracts.
- Host: GitHub
- URL: https://github.com/xdevguild/buildo.dev
- Owner: xdevguild
- License: mit
- Created: 2023-10-14T07:15:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T17:39:17.000Z (4 months ago)
- Last Synced: 2024-07-31T20:36:09.918Z (3 months ago)
- Topics: blockchain, egld, esdt, multiversx, multiversx-dapp, nextjs, reactjs
- Language: TypeScript
- Homepage: https://www.buildo.dev
- Size: 2.03 MB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-multiversx-dev-resources - Buildo.dev - Buildo.dev is a MultiversX app that helps with blockchain interactions, like issuing, managing tokens and querying smart contracts. (MultiversX community / Dapps Source Code)
README
### Buildo.dev
- [Mainnet - www.buildo.dev](https://www.buildo.dev)
- [Devnet - www.devnet.buildo.dev](https://www.devnet.buildo.dev)Follow on X: [x.com/BuildoDev](https://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](https://github.com/xdevguild/buildo-begins) 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](https://www.useElven.com) - React.js hooks for interaction with the MultiversX blockchain
- [Next.js Dapp Template](https://github.com/xdevguild/nextjs-dapp-template) - The ready-to-use Next.js app template built with Tailwind and Next.js App Router architectureThe 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.
### What's included
- 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](https://www.buildo.dev/about) section to read more about how to contribute and the next steps - a high-level roadmap.
### Development
`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](https://github.com/xdevguild/buildo.dev/issues)
- [Kanban board](https://github.com/orgs/xdevguild/projects/3)### Also please check these tools
- [Elven.js](https://www.elvenjs.com) - Compact MultiversX SDK for browsers (no build steps required)
- [Elven Tools](https://www.elven.tools) - All about NFTs and SFTs on the MultiversX blockchain
- [useElven](https://www.useElven.com) - React hooks for MultiversX dApps
- [xDevGuild Repositories](https://github.com/orgs/xdevguild/repositories)### Contact
- [julian.io](https://www.julian.io)
- [@BuildoDev](https://x.com/BuildoDev)