This page offers an easy to use pack of utilities necessary for interacting with the MultiversX Blockchain.
·
Report Bug
·
Request Feature
Table of Contents
The dapp is a client side only poject and is built using the Create React App scripts.
Follow the next step to start using this dapp.
For development you will need to have the following:
- node version 14.17.6
- npm
From a terminal, navigate to the project folder and run yarn install
To run the project locally run yarn start
from the project folder. Open http://localhost:3001 to view it in the browser.
See the open issues for a list of proposed features (and known issues).
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request