js-conflux-sdk
Conflux Doc
  • Home
  • Introduction
  • QuickStart
  • Overview
  • Contrast with web3.js
  • Guides
    • Providers
    • How to Connect Fluent
    • CIP37 Address
    • Account
    • Sending Transaction
    • Interact with Contract
    • Sign methods
    • Error Handling
    • Batch RPC
  • API
    • Conflux
    • PoS
    • TxPool
    • Provider
    • Drip
    • Transaction
    • Wallet
  • Release notes
  • v2.0 Changes
  • FAQs
Powered by GitBook
On this page
  • Getting Started
  • Table of Contents
  • Guides
  • Examples
  • API
  • Other Docs

Was this helpful?

Edit on GitHub

Introduction

PreviousHomeNextQuickStart

Last updated 1 year ago

Was this helpful?

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

  • Unfamiliar with Conflux? →

  • Unfamiliar with Solidity? →

  • Ready to code? →

  • Interested in a quick tour? →

  • Like to give back? →

  • Want to get testnet CFX? →

  • Conflux sponsorship mechanism? →

Table of Contents

Guides

Examples

API

Other Docs

How to connect to Conflux network in different ways.

How to convert between different address formats.

How to create and manage accounts.

How to send transactions and wait tx confirmed.

How to interact with smart contracts.

How to sign messages and transactions.

How to handle errors.

How to batch RPC requests.

Check more community examples in

The Conflux class provide methods to interact with RPC methods and send transaction.

The Wallet class provide methods to manage accounts and sign transactions.

The PrivateKeyAccount class can be used to sign transactions or messages. It can be created from a private key or be random generated.

The Transaction class provide methods to construct and encode transactions.

Drip - CFX converter

Type formaters

Crypto utilities

Address utilities

confluxnetwork
Solidity documentation
QuickStart
Overview
Contribute
Conflux testnet faucet
Sponsorship
QuickStart
Overview
Changelog
js-sdk examples
Providers
CIP37 Address
Account
Sending Transaction
Interact with Contract
Sign methods
Error Handling
Batch RPC
Conflux class initialization
Account and balance
Send transaction
Epoch, Block, Transaction
Contract deploy and interact
Contract override
js-sdk-example
Conflux
Wallet
PrivateKeyAccount
Transaction
Drip
format
sign
address utilities
Official developer documentation
RPC API
Subscription
FluentWallet Official Site
Fluent documentation