commerciosdk 0.1.2 copy "commerciosdk: ^0.1.2" to clipboard
commerciosdk: ^0.1.2 copied to clipboard

outdated

Pure Dart library allowing you to easily integrate with the Commercio.network blockchain

Travis

This repository contains the code of the official Commercio.network Dart SDK, entirely based on Sacco.dart.

The main features are:

  • Entirely made in Dart
  • Completely stateless

Thanks to these characteristics, you can use this SDK inside any pure Dart project or even any Flutter application.

You can find the official documentation here.

Helper methods #

Inside the SDK you will find the following helper methods that will help you with almost any operation that you might want to perform on the Commercio.network blockchain.

Please note that you can find usage examples of the following methods inside the example folder file. We highly suggest you checking it out to have a complete reference of the SDK.

Crypto #

  • Create HD wallet
  • Generate AES key
  • Generate RSA key

CommercioDOCS #

  • Share document
  • Send receipt
  • List documents
  • List receipts

CommercioID #

  • Create Did Document
  • Request deposit
  • Request power up
  • Create connection invitation
  • Verify connection invitation

CommercioMINT #

  • Open CDP
  • Close CDP

CommercioMEMBERSHIP #

  • Invite user
  • Buy membership
2
likes
0
pub points
28%
popularity

Publisher

verified publishercommercio.network

Pure Dart library allowing you to easily integrate with the Commercio.network blockchain

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

asn1lib, ed25519_hd_key, encrypt, equatable, hex, http, json_annotation, meta, pointycastle, sacco, uuid

More

Packages that depend on commerciosdk