Menu
Matic logoDeveloperBasicsDevelopValidateIntegrateContributeFAQ
Support
Matic logoDeveloper
  • Basics
  • Develop
  • Validate
  • Integrate
  • Contribute
  • Support
  • FAQ
Matic logoDeveloper
  • Getting Started
  • Deploying on Matic
    • Using Remix
    • Using Truffle
    • Using Hardhat
  • Network Details
    • Network
    • Mapped Tokens
    • Matic Gas Token
    • Genesis Contracts
    • Full Node Deployment
  • Tools
    • Matic Faucet
    • Matic Gas Station
    • Matic Widget
  • Using Metamask
    • Hello Metamask
    • Config Matic on Metamask
    • Config Custom Tokens
    • Multiple Accounts
  • Wallets
    • Getting Started
    • Arkane
      • Introduction
      • Create Wallets
      • Network
      • Custom Tokens
      • Developer Support
    • Fortmatic
    • Metamask
    • Portis
    • Torus
    • Wallet Connect
    • Matic Web Wallet V2
    • Matic Wallet
      • Export Seed Phrase from Matic Mobile Wallet
  • Ethereum ↔ Matic
    • Getting Started
    • PoS Bridge
      • Introduction
      • Using SDK
        • Instantiating SDK
        • ETH
        • ERC20
        • ERC721
        • ERC1155
      • Calling Contracts
        • Ether
        • ERC20
        • ERC721
        • ERC1155
      • Deposit and Checkpoint Event Tracking
      • Deployment Details
      • Mapping Assets using POS
    • Plasma Bridge
      • Introduction
      • ETH
      • ERC20
      • ERC721
      • Deposit and Checkpoint Event Tracking
      • API
      • Mapping Assets using Plasma
    • Submit Mapping Request
  • L1<>L2 Communication
    • Transfer data from Ethereum to Matic
    • Transfer data from Matic to Ethereum
    • Data Tunnel
  • Meta Transactions
    • Getting Started
    • Biconomy
    • Gas Station Network
    • Network Agnostic Transactions
  • Oracles
    • Getting Started
    • Chainlink
    • Razor
    • Bandchain
  • Fiat-on-Ramp
  • Indexing Services
    • Setting up hosted project with TheGraph and Matic
    • Covalent
    • Ette
  • Realtime Updates
    • Dagger - Single App
    • Dagger Webhooks
    • Zapier - Mulitple Apps
      • About
      • Setting Up
  • Decentralised Storage
    • MóiBit
  • Tutorials
    • PoS (Full Stack DApp)
    • PoS Using Metamask
    • Plasma Using Metamask
  • Advanced
    • Calling Plasma Contracts
    • Swap Assets
    • Deploying Matic Locally
    • Adding Custom Restrictions (ERC20/ERC721)
  • Architecture
    • Overview
    • Heimdall
      • Overview
      • Core Concepts
        • Encoder (Pulp)
        • Transactions
        • StdTx
        • Types
        • Validators
        • Checkpoint
        • Validator key management
        • Ante handler
      • Modules
        • Auth
        • Bank
        • Governance
        • Staking
        • Checkpoint
        • Bor
        • Topup
        • Clerk
        • Chain Manager
      • Peppermint
    • Bor
      • Overview
      • Bor architecture
      • Core Concepts
      • Bor Consensus
    • Contracts
      • Staking Manager
      • Delegation (Validator shares)
      • Plasma Contracts
        • Account based plasma
        • Predicates in Matic Plasma
        • Important contracts
    • State Sync Mechanism
    • Security Models

Deployment Details

Contracts: https://github.com/maticnetwork/pos-portal/tree/v1.1.0/contracts

Artifacts: https://github.com/maticnetwork/static/tree/master/network/testnet/mumbai/artifacts/pos

Flattened contracts: https://github.com/maticnetwork/pos-portal/tree/v1.1.0/flat

Maticjs Examples: https://github.com/maticnetwork/matic.js/tree/master/examples/POS-client

Contracts Addresses on Mumbai: https://static.matic.network/network/testnet/mumbai/index.json. Use the Proxy address where ever it is available.

Contracts Addresses on Matic Mainnet: https://static.matic.network/network/mainnet/v1/index.json. Use the Proxy address where ever it is available.

Edit this page
Previous
« Deposit and Checkpoint Event Tracking - PoS
Next
Mapping Assets using POS »