This package has been deprecated

Author message:

WARNING: This project has been moved to @multiversx/sdk-dapp-form. Use @multiversx/sdk-dapp-form instead.

@elrondnetwork/dapp-core-form
TypeScript icon, indicating that this package has built-in type declarations

0.3.8 • Public • Published

dapp-core-form

A library that holds the core functional logic of a dapp on the Elrond Network

NPM JavaScript Style Guide

Installation

The library can be installed via npm or yarn.

npm install @elrondnetwork/dapp-core-form

or

yarn add @elrondnetwork/dapp-core-form

If you need only the dapp-core-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 @elrondnetwork/dapp-core-form --no-optional

or

yarn add @elrondnetwork/dapp-core-form --no-optional

Usage

dapp-core-form aims to abstract and simplify the process of formulating and validating transactions on the Elrond Network.

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

Developers

The Elrond Team.

License

GPL-3.0-or-later

Package Sidebar

Install

npm i @elrondnetwork/dapp-core-form

Weekly Downloads

1

Version

0.3.8

License

GPL-3.0-or-later

Unpacked Size

9.56 MB

Total Files

888

Last publish

Collaborators

  • lucian.mincu