massa 1.9.7 copy "massa: ^1.9.7" to clipboard
massa: ^1.9.7 copied to clipboard

Massa package is an SDK that connects your Dart and Flutter applications to the Massa blockchain, create wallet, send transactions, and work with smart contracts.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add massa

With Flutter:

 $ flutter pub add massa

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  massa: ^1.9.7

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:massa/massa.dart';
4
likes
130
points
78
downloads

Publisher

verified publishernafsi.world

Weekly Downloads

Massa package is an SDK that connects your Dart and Flutter applications to the Massa blockchain, create wallet, send transactions, and work with smart contracts.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

base_codecs, binary, cryptography, fixnum, grpc, hex, http, pointycastle, protobuf, retry

More

Packages that depend on massa