@multiversx/sdk-dapp-form

v0.8.6
A library to hold the main logic for a validating a form for transactions on the MultiversX blockchain
multiversx blockchain dapp smart-contract transaction

sdk-dapp-form

A library that holds the core functional logic of a dapp on the MultiversX blockchain

NPM JavaScript Style Guide

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.

  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

License

GPL-3.0-or-later

npm i @multiversx/[email protected]

Metadata

Downloads