Skip to content

Java library for cryptocurrency address generation and transaction creation/signing.

Notifications You must be signed in to change notification settings

pengpengliu/bitcorej

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitcorej

Java library for cryptocurrency address generation and transaction creation/signing.

Usage

ChainStateProxy provider = new ChainStateProxy("btc", "main");
KeyPair key = provider.generateKeyPair();
List<String> keys = Collections.singletonList(key.getPrivate());
String signedTx = state.signRawTransaction("<---Transaction JSON Struct--->", keys);
System.out.println(signedTx);

Supported Cryptocurrencies

  • BTC
  • BCH
  • BSV
  • OmniLayer
  • ETH
  • ERC20
  • EOS
  • ABBC
  • YTA
  • XRP
  • XLM
  • LTC
  • DASH
  • ZEC
  • ZCL
  • DOGE
  • QTUM
  • ATOM
  • IRIS
  • NAS
  • ONT
  • BHD
  • VET
  • IOST
  • VSYS
  • PI
  • NAKA
  • GXC
  • TRX
  • Binance Chain
  • CENT
  • MCH
  • XMR
  • NRG
  • CZZ
  • IQ
  • LUNA
  • CKB
  • STG
  • PLC
  • GRS
  • ADA
  • XNS
  • BIP
  • XTZ
  • RVN
  • RVC
  • DIVI
  • KIN
  • PMEER
  • MTR
  • SOL
  • ADK
  • FIO
  • FIL
  • DOT

About

Java library for cryptocurrency address generation and transaction creation/signing.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages