Planq Docs
  • Getting Started
    • Getting Started
    • Background
    • Architecture
  • FOR USERS
    • 🔥Crypto Wallets
    • 🦊MetaMask Configuration
    • 🏰Castrum Wallet
      • Castrum Wallet FAQ
      • Supported Chains on Castrum
    • 🦁Brave Wallet
    • 🐸Leap Wallet
    • ⚛️Keplr wallet
    • 🌉Bridges
      • IBC (Planq Chain, other Cosmos chains)
      • Deltaswapp WebApp (BSC, other EVM Chains)
        • Assumptions
        • DELTA Token
        • ERC20 / IBC Conversion
        • EVM Chain Integration
        • Governor
        • Operations
        • Supported Chains and Contracts
        • Updating Testnet
        • Vesting
      • FAQs for Bridge transfers
    • 💡Tips & FAQs
  • FOR DAPP DEVELOPERS
    • 💡Founder FAQs
    • 🏅Hacker's getting started resources
    • 📃Smart Contracts
      • Contract Deployment
      • Contract Verification
      • Multicall & Permit2
      • Best Practices
      • Name Service
      • Polygon ID
      • Token Contract Addresses
    • 💻dApp Creation
      • Free and commercial RPC endpoints
      • Wallet integrations
      • JSON-RPC methods
      • Adress Conversion
    • ⚙️Dev Tools & Integrations
      • Overview of dev tools & integrations
      • Flair
  • FOR NODE HOSTS
    • Running nodes
      • Planq Mainnet
        • Snapshot
        • State-sync
      • Devnet
      • Best Practices
    • Planqd
  • Block Explorers
    • Block Explorer and API Keys
    • Planq EVM Explorer
  • PLANQ CHAIN PROTOCOL
    • Atlas Testnet
    • Whitepaper
    • Chain ID and Address Format
    • Planq General FAQ
    • Genesis
    • Modules
      • module_bank
      • module_distribution
      • module_gov
      • module_mint
      • module_slashing
      • module_staking
      • module_feemarket
    • Chain Details
      • List of parameters
      • Technical glossary
      • Protocol Documentation
    • Privacy Policy
    • Legacy Docs
Powered by GitBook
On this page
  • Overview of Planq chain
  • How to stand out and win in a Web3 hackathon 🥇
  • Hack with Planq 🥚
  • Essential developer tools 💻
  • Developer support ☎️
  1. FOR DAPP DEVELOPERS

Hacker's getting started resources

Quick-start resource if you are hacking and need to integrate with Planq.

PreviousFounder FAQsNextSmart Contracts

Last updated 1 year ago

Overview of Planq chain

A leading Ethereum-compatible layer 1 blockchain network built on the Cosmos SDK, supported by Leap Wallet, and more than At Planq, the vision is to create a global community empowered by our mobile-first decentralized permissionless ecosystem, where financial freedom is accessible and transparent for all, not just the wealthy and fortunate.

How to stand out and win in a Web3 hackathon 🥇

Check out our .

Hack with Planq

Developing dApps on Planq is as easy as developing them on any of the major EVM-compatible chains: write and test solidity with Hardhat, deploy your contract, connect your frontend or your backend with ethers.js, and connect your wallet with MetaMask or Leap Wallet.

The native cryptocurrency of Planq mainnet is $PLQ, while the testnet uses TPLQ.

Planq overview & key links for developers

  • Planq docs:

MetaMask end-user configuration

  • For more details, see

JSON-RPC endpoint configuration

  • For most use cases you can use the free endpoints that are provided by Planq. Most developers use a configuration file that looks like this:

    For Hardhat:

    {
    "planq_mainnet": {
          "chainId": 7070,
          "url": "https://evm-rpc.planq.network/",
          "gasPrice": 5000000000000,
          "blockExplorer": "https://evm.planq.network/",
          "blockExplorerPrefix": "https://evm.planq.network/tx/"
        }    
    }

    or, using EIP1559 in a Node.js backend:

    {
    "planq_mainnet": {
          "id": 7070,
          "url": "https://evm-rpc.planq.network/",
          "maxPriorityFeePerGas": 5000000000,
          "maxFeePerGas": 6000000000000,
          "blockExplorer": "https://evm.planq.network/",
          "blockExplorerPrefix": "https://evm.planq.network/tx/"
        }
    }

Essential developer tools 💻

Write, test and deploy smart contracts

Connect your Dapp to the blockchain

Developer support ☎️

Smart contracts library:

Compile & test:

Web3 library for Javascript / Typescript: ,

Web3 library for Python:

Please visit the #general channel on the Planq server.

Feedback is a gift! if there is anything that we can improve in this documentation.

Socials: | |

🏅
Planq
blog post
https://docs.planq.network
Metamask configuration
OpenZeppelin
Hardhat
ethers.js
web3.js
web3.py
Discord
Let us know
Twitter
Telegram
Discord