Snowsight by @ChainsightLabs
  • Snowsight
    • Services
      • Mempool Stream
        • web3.py
        • ethers.js
        • ethers.rs
      • Transaction Propagator
        • web3.py
        • ethers.js
        • ethers.rs
    • Tiers
    • Payment
    • Authentication
    • Tips
    • Contracts
    • About
Powered by GitBook
On this page

Was this helpful?

  1. Snowsight
  2. Services

Transaction Propagator

The Transaction Propagator is an HTTP endpoint that users may leverage to propagate their transactions faster through Avalanche C-Chain. Any transactions recevied by the Transaction Propagator are immediately relayed throughout Snowsight's validator node network, resulting in much better performance than a public RPC.

Similar to the Mempool Stream, users must authenticate by sending their 'signed_key' in the same payload that contains their transaction.

Previousethers.rsNextweb3.py

Last updated 3 years ago

Was this helpful?