@multiversx/sdk-dapp-form
v1.1.2
Published
A library to hold the main logic for a validating a form for transactions on the MultiversX blockchain
Downloads
1,176
Readme
sdk-dapp-form
A library that holds the core functional logic of a dapp on the MultiversX blockchain
Installation
The library can be installed via npm or yarn.
npm install @multiversx/sdk-dapp-form
or
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.
npm install @multiversx/sdk-dapp-form --no-optional
or
yarn add @multiversx/sdk-dapp-form --no-optional
Usage
sdk-dapp-form aims to abstract and simplify the process of formulating and validating transactions on the MultiversX blockchain.
Roadmap
See the open 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.
- 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
License
GPL-3.0-or-later