A library to hold the main logic for a validating a form for transactions on the MultiversX blockchain
npm install @multiversx/sdk-dapp-form> A library that holds the core functional logic of a dapp on the MultiversX blockchain
 
The library can be installed via npm or yarn.
``bash`
npm install @multiversx/sdk-dapp-form
or
`bash`
yarn add @multiversx/sdk-dapp-form
If you need only the sdk-dapp-form basic logic, without the additional UI, consider using the --no-optional flag.
This will not install the packages needed for the optional UI components.
`bash`
npm install @multiversx/sdk-dapp-form --no-optional
or
`bash`
yarn add @multiversx/sdk-dapp-form --no-optional
sdk-dapp-form aims to abstract and simplify the process of formulating and validating transactions on the MultiversX blockchain.
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.
1. Fork the Project
2. Create your Feature Branch (git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature'
3. Commit your Changes ()git push origin feature/AmazingFeature`)
4. Push to the Branch (
5. Open a Pull Request
GPL-3.0-or-later