Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.99 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.99 KB

psf-js-examples

This repository contains code examples for working with PSF software. The software libraries covered in these examples:

  • minimal-slp-wallet provides high-level abstractions for working with wallets, Bitcoin Cash, and SLP tokens on the BCH blockchain.
  • minimal-ecash-wallet is a fork of minimal-slp-wallet. It provides the same function calls for working with wallets, eCash, and eTokens on the XEC blockchain.
  • bch-js is a lower-level library for crafting custom transactions, doing in-depth blockchain analysis, and other lower-level tasks. It is embedded inside minimal-slp-wallet and minimal-ecash-wallet.
  • p2wdb (and p2wdb-esm) allow for easy reading and writing to the pay-to-write database (P2WDB).

The examples in these libraries can help JavaScript developers quickly build custom business applications. Check out these libraries for other uses cases:

How to Use

Explore the directories of this repository. Each major directory will have its own README containing additional instructions.