algorand_json 0.0.2 copy "algorand_json: ^0.0.2" to clipboard
algorand_json: ^0.0.2 copied to clipboard

A collection of JSON related operations for the Algorand blockchain

algorand-json #

pub-web.flutter-io.cn 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.

0
likes
150
pub points
19%
popularity

Publisher

unverified uploader

A collection of JSON related operations for the Algorand blockchain

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, jsontool

More

Packages that depend on algorand_json