Fusion
  • Learn and build with Fusion
  • Learn
    • Learn about Fusion
      • About Fusion
      • Fusion's vision
      • Key problems to be solved
      • How does Fusion (and AnySwap) compare?
      • Journey to Interoperability
      • Whitepaper
    • The features of Fusion
      • DCRM
        • DCRM journey
        • DCRM nodes
        • DCRM Yellow paper
      • Time lock feature
        • Infinity
        • Lock-In and Lock-Out (LILO)
        • Use-Case — Lending
        • Use-Case — Banker’s Acceptance
      • Smart contacts
        • Use cases
          • Mortgage smart contract
          • Risk-free Token Loan
          • Risk free contract market
      • Cross-chain Tokens
      • Quantum swap
      • Secure and Distributed Secret Key Sharding
      • Fusion assets and tokens
      • Ticketed Proof of Stake (TPoS)
    • Fusion blockchain
      • Short Address Notation - SAN
      • Chain data
      • FSN token
        • Uses of FSN token
        • Tokenomics
      • Gas
  • Dapps
    • Chainge finance
    • Anyswap
  • Build
    • Quick links
    • JavaScript API - web3-fusion-extend
    • JSON RPC API - fsn-rpc-api
    • Python Web3 library - web3fsnpy
    • DCRM SDK
    • Create your own FRC20
    • Github repositories
    • Developers community
  • Tutorials
    • My Fusion wallet
      • Creating a new PSN wallet
      • Generating a Short Account Number (SAN)
      • Send tokens and assets using a send function
      • Create assets
      • Quantum swaps
      • Lock-in and Lock-out feature
    • How to setup a node
    • Staking options
    • How To Setup and Use Anyswap with Metamask wallet
    • How to use MultiSwap
    • Set up DCRM Windows guide
  • Credits
Powered by GitBook
On this page
  • What is Web3fsnpy?
  • Read the docs

Was this helpful?

  1. Build

Python Web3 library - web3fsnpy

PreviousJSON RPC API - fsn-rpc-apiNextDCRM SDK

Last updated 4 years ago

Was this helpful?

What is Web3fsnpy?

web3fsnpy is a python library for interacting with Fusion. Its API is derived from the and Javascript API and should be familiar to anyone who has used web3.py which it extends. It mirrors Fusion’s Javascript library in its functionality.

By creating a pythonic version of the API for it’s blockchain, Fusion Foundation has made it possible to easily unlock all the functionality that makes Fusion unique. With only single function calls, a user can now create assets, send tokens, or generate time locks to unlock the time value of assets and other cryptocurrencies locked in to Fusion’s blockchain.

Because python is easy to learn and is platform independent, every user now has access to Fusion’s features and can combine them with every other python module, including math and scientific modules, specialist financial modules, to assist them in developing feature rich applications.

Read the docs

You can find the documentation and coding examples .

Web3.py
Web3.js
web3-fusion-extend
here