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
- Host: GitHub
- URL: https://github.com/kleak-development/multiversx
- Owner: KLEAK-Development
- License: mit
- Created: 2024-07-17T11:52:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T10:10:20.000Z (over 1 year ago)
- Last Synced: 2024-10-25T12:50:40.124Z (over 1 year ago)
- Topics: dart, flutter, multiversx
- Language: Dart
- Homepage:
- Size: 154 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)