ethereum_address 1.0.1 copy "ethereum_address: ^1.0.1" to clipboard
ethereum_address: ^1.0.1 copied to clipboard

A dart library to generate, checksum, and validate Ethereum addresses

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ethereum_address

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

dependencies:
  ethereum_address: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:ethereum_address/ethereum_address.dart';
4
likes
40
points
40
downloads

Publisher

verified publisherdart.petejkim.com

Weekly Downloads

A dart library to generate, checksum, and validate Ethereum addresses

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

convert, pointycastle

More

Packages that depend on ethereum_address