https://github.com/multiversx/mx-utils-dapp
https://github.com/multiversx/mx-utils-dapp
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/multiversx/mx-utils-dapp
- Owner: multiversx
- Created: 2022-09-13T10:35:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-09T08:18:51.000Z (9 months ago)
- Last Synced: 2025-09-09T09:15:41.951Z (9 months ago)
- Language: TypeScript
- Size: 5.14 MB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://multiversx.com/)
MultiversX Utils
This page offers an easy to use pack of utilities necessary for interacting with the MultiversX Blockchain.
·
Report Bug
·
Request Feature
Table of Contents
### Built With
- [React](https://reactjs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
## Getting Started
The dApp is a client side only project and is built using the Create Vite App scripts.
Follow the next step to start using this dApp.
### Prerequisites
For _development_ you will need to have the following:
- node version >=18.18.2
- npm
### Installation and running
### Step 1. Install modules
From a terminal, navigate to the project folder and run `npm install` or `pnpm install`.
### Step 2. Run the dashboard
To run the project locally run `npm run start` or `pnpm start` from the project folder. Open http://localhost:3001 to view it in the browser.
### Step 3. Build for testing and production use
To build the project run `npm run build` or `pnpm build` from the project folder.
### Step 4. Preview the build locally
To serve the build run `npm run preview` or `pnpm preview` from the project folder.
## Roadmap
See the [open issues](https://github.com/multiversx/mx-utils-dapp/issues) for a list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
One can contribute by creating _pull requests_, or by opening _issues_ for discovered bugs or desired features.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request