filecoin_address 1.1.1 copy "filecoin_address: ^1.1.1" to clipboard
filecoin_address: ^1.1.1 copied to clipboard

Filecoin address utils, suport all address types.

Filecoin Address #

Usage #

Eth address to f4 address

final address = '0xd4c5fb16488aa48081296299d54b0c648c9333da';
final ethAddress = FilEthAddress.fromEthString(address);
print(ethAddress.toString());

f4 address to Eth address

final address = 'f410f2tc7wfsirksibajjmkm5ksymmsgjgm62hjnomwa';
final ethAddress = FilEthAddress.fromString(address);
print(ethAddress.toEthString());
1
likes
30
pub points
44%
popularity

Publisher

verified publisherstonegate.me

Filecoin address utils, suport all address types.

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

base32, hashlib, leb128

More

Packages that depend on filecoin_address