This is the BlockTrail PHP SDK. This SDK contains methods for easily interacting with the BlockTrail API. For examples and instructions on how to use, please see our official documentation at https://www.blocktrail.com/api/docs/php
Upgrading from v2.x to v3.0.0
IMPORTANT v3.0.0
introduces a new DEFAULT wallet encryption, please make sure you upgrade the SDK everywhere you're using it!!
Upgrading from v1.x to v2.0.0
IMPORTANT v2.0.0
has a few BC breaks, please check docs/CHANGELOG.md!!
Changelog
- New [Default] Wallet Version 3
Better encryption scheme / key derivation. - Deprecated passing in
primaryPrivateKey
, should useprimarySeed
instead.