Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.57 KB

index.rst

File metadata and controls

53 lines (39 loc) · 1.57 KB

Manifold Finance

The manifold-sdk library aims to be a complete and compact library for interacting with the Manifold Finance protocol and its ecosystem.


Features

  • Keep your private keys in your client, safe and sound
  • Import and export JSON wallets
  • Import and export BIP 39 mnemonic phrases (12-word backup phrases) and HD wallets (English, Italian, Japanese, Korean, Simplified Chinese, Traditional Chinese; more coming soon)
  • Connect to Manifold Finance nodes over JSON-RPC.
  • Aliases names are first-class citizens; it can be used to log in any Manifold Finance services
  • Complete functionality for all your Manifold Finance needs
  • Extensive documentation
  • Large collection of test cases which are maintained and added to
  • Fully TypeScript-ready, with definition files and full TypeScript source
  • MIT License (including ALL dependencies); completely open source, tweak as you please

.. toctree::
   :maxdepth: 4
   :caption: Developer Documentation

   getting-started
   api
   cookbook
   notes
   testnet


Acknowledgement

Credit to the base library ethers.js