algorand-json

pub.dev Effective Dart Stars Issues MIT License

Algorand is a public blockchain and protocol that aims to deliver decentralization, scale and security for all participants. Their PURE PROOF OF STAKE™ consensus mechanism ensures full participation, protection, and speed within a truly decentralized network. With blocks finalized in seconds, Algorand’s transaction throughput is on par with large payment and financial networks. And Algorand is the first blockchain to provide immediate transaction finality. No forking. No uncertainty.

Introduction

Algorand-JSON is a collection of JSON related operations for the Algorand blockchain.

final algorand = Algorand(
  options: AlgorandOptions(
    mainnet: true,
    transformer: BigIntJsonTransformer(
      keys: ['uint'],
    ),
  ),
);

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing & Pull Requests

Feel free to send pull requests.

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

Libraries

algorand_json