signaling_contract_sdk 2.0.0 copy "signaling_contract_sdk: ^2.0.0" to clipboard
signaling_contract_sdk: ^2.0.0 copied to clipboard

Type-safe Dart SDK for blockchain signaling smart contracts with auto-generated bindings, Ethereum/EVM support, and comprehensive deployment utilities.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add signaling_contract_sdk

With Flutter:

 $ flutter pub add signaling_contract_sdk

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

dependencies:
  signaling_contract_sdk: ^2.0.0

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:signaling_contract_sdk/signaling_contract_sdk.dart';
0
likes
150
points
62
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Type-safe Dart SDK for blockchain signaling smart contracts with auto-generated bindings, Ethereum/EVM support, and comprehensive deployment utilities.

Repository (GitHub)
View/report issues

Topics

#blockchain #ethereum #smart-contracts #web3 #evm

License

MIT (license)

Dependencies

convert, http, wallet, web3dart

More

Packages that depend on signaling_contract_sdk