era_connect 0.2.0
era_connect: ^0.2.0 copied to clipboard
Air-gapped ERA hardware wallet SDK: UR/QR linking and signing for EVM, Bitcoin (+ LTC/DOGE/DASH/BCH), Solana, Tron, TON, Cardano, Sui, Cosmos and XRP. Headless, zero-I/O.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add era_connectWith Flutter:
$ flutter pub add era_connectThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
era_connect: ^0.2.0Alternatively, 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:era_connect/era_connect.dart';