An open API service indexing awesome lists of open source software.

https://github.com/kleak-development/multiversx

MultiversX API & SDK for Dart/Flutter
https://github.com/kleak-development/multiversx

dart flutter multiversx

Last synced: 2 months ago
JSON representation

MultiversX API & SDK for Dart/Flutter

Awesome Lists containing this project

README

          

MultiversX SDK for Dart and Flutter

## What it is ?

[MultiversX](https://multiversx.com/) is a highly scalable, fast and secure blockchain platform for distributed apps, enterprise use cases and the new internet economy.

This SDK is a [Dart](https://dart.dev/) library for building decentralized applications on [MultiversX](https://multiversx.com/) blockchain.

It allows interaction with MultiversX nodes to send transactions, interact with smart contracts and much more!

## Packages

### multiversx_api

Allow you to interact with the MultiversX API.

### multiversx_crypto

Get the private key from the mnemonic, get public key from private key, sign data.

### multiversx_sdk

Wrap and add some glue to the rest to be able to easily interact with the MultiversX blockchain.

## License

[MIT](https://github.com/KLEAK-Development/multiversx/blob/main/LICENSE)