Skip to content

fsn-dev/awesome-fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Fusion is an open source blockchain-based connected ecosystem for financial transactions.
Fusion's unique Time-Lock feature enables you to extract time-value out of your digital assets and easily model time-based transaction on the blockchain.

Pull requests are welcome!

Contents

Documentation

  • Whitepaper - An outline of the Fusion vision and protocol architecture.
  • DCRM yellow paper - A technical paper on Distributed Private Key Control (DCRM), one of the key Fusion features.
  • Fusion RPC API - Fusion RPC API reference.
  • Fusion API - Fusion API reference.
  • web3-fusion-extend - A collection of Fusion JavaScript API libraries.
  • web3fsnpy - A Python library for interacting with Fusion.

Staking

Calculators

Pools

Wallets

  • MyFusionWallet - Official Fusion web wallet.
  • Whallet - An online Fusion wallet that supports Ledger and Trezor.

Explorers

Network monitoring

Mainnet

Testnet

Programming

Tools

  • Truffle - A how-to to compile and deploy a smart contract with Truffle.
  • Remix IDE - A how-to to compile and deploy a smart contract with Remix IDE.
  • solc - A how-to to compile and deploy a smart contract with solc.
  • FsnNodeHealthCheck - An ligthweight tool that runs in the background and monitors your Fusion node.
  • TxnsScript - An open-source script to track transactions, addresses, and balances.

Tutorials

Videos

Dapps

  • Chainge - A decentralized finance dapp.
  • Anyswap - A decentralized exchange where you can trade not just ERC-20 tokens, but coins and tokens from any other blockchain protocols, including Ethereum and Bitcoin.

Interfaces

Various public APIs.

Block Explorer

Note: See here, used by the official block explorer and MyFusionWallet.

Official

  • Mainnet:
    • Endpoint: https://api.fusionnetwork.io
  • Testnet:
    • Endpoint: https://testnetapi.fusionnetwork.io

Community

  • Mainnet:
    • Endpoint: n/a

FSNEX Stats

  • Mainnet:
    • Endpoints:
      • Network: https://api.fsnex.com/network
      • Blocks: https://api.fsnex.com/chart/block
      • Activity: https://api.fsnex.com/chart/tx
      • Addresses: https://api.fsnex.com/chart/add
      • Transfers: https://api.fsnex.com/chart/sends
      • Supply: https://api.fsnex.com/supply

Network gateways

Public RPC gateways.

HTTP

Community:

  • Mainnet gateway (FOSC):
    • Endpoint: https://fsn.dev/api
    • Chain ID: 32659
  • Testnet gateway (FOSC):
    • Endpoint: https://testnet.fsn.dev/api
    • Chain ID: 46688

Anyswap:

  • Mainnet gateway:
    • Endpoint: https://mainnet.anyswap.exchange
    • Chain ID: 32659
  • Testnet gateway:
    • Endpoint: https://testnet.anyswap.exchange
    • Chain ID: 46688

WebSocket

Official:

  • Mainnet gateway:
    • Endpoint: wss://mainnetpublicgateway1.fusionnetwork.io:10001
    • Chain ID: 32659
  • Testnet gateway:
    • Endpoint: wss://testnetpublicgateway1.fusionnetwork.io:10001
    • Chain ID: 46688

Community:

  • Mainnet gateway:
    • Endpoint: n/a
    • Chain ID: 32659

Community

Misc

  • FSN FEED - A news feed for all things Fusion.

Official

Contribute

Contributions are welcome! Read contribution guidelines.

Releases

No releases published

Packages

No packages published