Skip to content

Utility to convert an upper or lowercase Web3/Ethereum address to a checksum address (EIP55).

License

Notifications You must be signed in to change notification settings

xclud/dart_eip55

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utility to convert an upper or lower case Web3/Ethereum address to a checksum address (EIP55).

pub package

Getting started

In your pubspec.yaml file add:

dependencies:
  eip55: any

Usage

Import the package:

import 'package:eip55/eip55.dart';

Then:

final eip55Address = toEIP55Address('0x68775f2604f67a571f626c99ae4eb252b579dcd7');

Alternately:

final eip55Address = toChecksumAddress('0x68775f2604f67a571f626c99ae4eb252b579dcd7');

About

Utility to convert an upper or lowercase Web3/Ethereum address to a checksum address (EIP55).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published