Skip to content

Axentro/axentro_flutter_crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Axentro Crypto for Flutter

A Flutter plugin for iOS and Android providing the base crypto functions for the Axentro blockchain platform.

Features

  • generateKeyPair
  • generateNewWallet
  • generateWif
  • generateAddress
  • getWalletFromWif
  • getFullWalletFromWif
  • encryptWallet
  • decryptWallet

Hd Wallets

  • generateNewHdWallet
  • generateNewEncyrptedHdWallet
  • encryptHdWallet
  • decryptHdWallet
  • recoverHdWalletFromMnemonic

Installation

Add the dependency to your pubspec.yaml

dependencies:
  axentro: ^0.0.1

Example

import 'package:axentro/network.dart';
import 'package:axentro/wallet_factory.dart';

 var hdWallet = await walletFactory.generateNewHdWallet(Network.testnet);

About

Flutter package for Axentro crypto

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages