signaling_contract_sdk 1.0.1 copy "signaling_contract_sdk: ^1.0.1" to clipboard
signaling_contract_sdk: ^1.0.1 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: ^1.0.1

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
145
points
297
downloads

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

Documentation

API reference

License

unknown (license)

Dependencies

convert, http, wallet, web3dart

More

Packages that depend on signaling_contract_sdk