Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 3.51 KB

index.md

File metadata and controls

63 lines (48 loc) · 3.51 KB

Introduction

js-conflux-sdk is a Javascript library for interacting with Conflux.

It’s commonly found in decentralized apps (dapps) to help with sending transactions, interacting with smart contracts, reading block data, and a variety of other use cases.

Getting Started

Table of Contents

Guides

Examples

Check more community examples in js-sdk-example

API

  • Conflux The Conflux class provide methods to interact with RPC methods and send transaction.
  • Wallet The Wallet class provide methods to manage accounts and sign transactions.
  • PrivateKeyAccount The PrivateKeyAccount class can be used to sign transactions or messages. It can be created from a private key or be random generated.
  • Transaction The Transaction class provide methods to construct and encode transactions.
  • Drip Drip - CFX converter
  • format Type formaters
  • sign Crypto utilities
  • address utilities Address utilities

Other Docs

  1. Official developer documentation
  2. RPC API
  3. Subscription
  4. FluentWallet Official Site
  5. Fluent documentation