-
Notifications
You must be signed in to change notification settings - Fork 15
Add kitdot and comprehensive developer resources to documentation #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
nomadbitcoin
wants to merge
6
commits into
polkadot-developers:master
Choose a base branch
from
w3b3d3v:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+7
−1
Open
Changes from 3 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
e62dec9
Add kitdot and comprehensive developer resources to documentation
nomadbitcoin a3e402e
agents.md file removed
nomadbitcoin ebf5155
chore: include wallet setup tip
nomadbitcoin a94ef76
addressed kitdot with minimal changes
nomadbitcoin eefb53c
tools removed
nomadbitcoin 6f748f1
Merge branch 'master' into master
nomadbitcoin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,152 @@ | ||
| # Polkadot Development Tools & Resources | ||
|
|
||
| _Comprehensive toolkit for building on Polkadot ecosystem_ | ||
|
|
||
| ## Core Development Stack (2025) | ||
|
|
||
| | Tool | Type | Description | Use Case | Link | | ||
| |------|------|-------------|----------|------| | ||
| | **PAPI** | Client Library | TypeScript client, light client first, strongly typed | Frontend & Node dApps | [papi.how](https://papi.how) | | ||
| | **Dedot** | Client Library | Lightweight, tree-shakable JS client with multi-chain support | Lean multi-chain dApps | [dedotdev/dedot](https://github.com/dedotdev/dedot) | | ||
| | **ReactiveDOT** | Frontend Layer | Reactive bindings over PAPI for smooth UI data flows | React/Vue applications | [reactivedot.dev](https://reactivedot.dev/) | | ||
| | **kitdot** | Development Tool | Quick project initialization with Hardhat + Polkadot setup | Rapid project setup & configuration | [kitdot](https://www.npmjs.com/package/kitdot) | | ||
| | **POP CLI** | Development Tool | Scaffolds chains and contracts, automates local networks | Project scaffolding & deployment | [onpop.io](https://onpop.io/) | | ||
| | **Polkadot Deployment Portal** | Deployment Platform | Guided rollup deployment with progress monitoring | Testnet/mainnet rollups | [deploypolkadot.xyz](https://www.deploypolkadot.xyz/) | | ||
| | **Paraspell** | XCM SDK | Unified XCM interface supporting PAPI and polkadot.js | Cross-chain transfers | [paraspell/xcm-tools](https://github.com/paraspell/xcm-tools) | | ||
| | **Bagpipes** | No-Code Builder | Drag-and-drop cross-chain workflows | Demos & operations | [bagpipes.io](https://bagpipes.io/) | | ||
| | **Chopsticks** | Testing Tool | Fork live networks locally for safe testing | Pre-mainnet validation | [AcalaNetwork/chopsticks](https://github.com/AcalaNetwork/chopsticks) | | ||
|
|
||
| ## Development Environments | ||
|
|
||
| | Tool | Type | Description | Best For | Link | | ||
| |------|------|-------------|-----------|------| | ||
| | **Remix IDE** | Browser IDE | Web-based smart contract development | Quick prototyping | [remix.polkadot.io](https://remix.polkadot.io) | | ||
| | **Hardhat** | Development Framework | Local development environment with testing | Complex projects | [hardhat.org](https://hardhat.org/) | | ||
| | **Foundry** | Development Toolchain | Smart contract development and testing | Advanced development | [getfoundry.sh](https://getfoundry.sh/) | | ||
|
|
||
| ## Wallets & Connectivity | ||
|
|
||
| | Wallet | Type | Description | Features | Link | | ||
| |--------|------|-------------|----------|------| | ||
| | **Talisman** | Browser/Mobile | Multi-chain wallet for Polkadot & Ethereum | Substrate + EVM support | [talisman.xyz](https://talisman.xyz/) | | ||
| | **Nova Wallet** | Mobile | Next-gen iOS & Android wallet | Advanced staking features | [novawallet.io](https://novawallet.io/) | | ||
| | **SubWallet** | Browser/Mobile | Comprehensive Polkadot ecosystem wallet | Multi-chain support | [subwallet.app](https://www.subwallet.app/) | | ||
| | **Polkagate** | Browser Extension | Easy-to-use Polkadot extension | Simple interface | [polkagate.xyz](https://polkagate.xyz/) | | ||
| | **MetaMask** | Browser Extension | Standard Ethereum wallet | EVM compatibility | [metamask.io](https://metamask.io/) | | ||
| | **Fearless Wallet** | Mobile/Browser | DeFi-focused wallet | DeFi integrations | [fearlesswallet.io](https://fearlesswallet.io/) | | ||
| | **Polkadot Vault** | Mobile | Air-gapped cold storage | Maximum security | [signer.parity.io](https://signer.parity.io/) | | ||
|
|
||
| ## Frontend Libraries | ||
|
|
||
| | Library | Language | Description | Use Case | Link | | ||
| |---------|----------|-------------|----------|------| | ||
| | **Ethers.js** | JavaScript | Contract interaction library | Standard Web3 apps | [docs.ethers.org](https://docs.ethers.org/) | | ||
| | **Web3.js** | JavaScript | Web3 interaction library | Legacy Web3 apps | [web3js.org](https://web3js.org/) | | ||
| | **Viem** | TypeScript | Modern Web3 library | Type-safe development | [viem.sh](https://viem.sh/) | | ||
| | **Wagmi** | React | React hooks for Web3 | React applications | [wagmi.sh](https://wagmi.sh/) | | ||
| | **Web3.py** | Python | Python Web3 library | Python backends | [web3py.readthedocs.io](https://web3py.readthedocs.io/) | | ||
| | **Polkadart** | Dart | Dart library for Polkadot | Flutter applications | [leonardocustodio/polkadart](https://github.com/leonardocustodio/polkadart) | | ||
|
|
||
| ## Smart Contract Development | ||
|
|
||
| | Tool | Language | Description | Use Case | Link | | ||
| |------|----------|-------------|----------|------| | ||
| | **ink!** | Rust | Rust smart contract language | Native Polkadot contracts | [use.ink](https://use.ink/) | | ||
| | **Solidity** | Solidity | Ethereum-compatible contracts | EVM-compatible development | [soliditylang.org](https://soliditylang.org/) | | ||
| | **OpenZeppelin (Polkadot)** | Solidity | Size-optimized contract library | Standard implementations | [papermoonio/openzeppelin-contracts-polkadot](https://github.com/papermoonio/openzeppelin-contracts-polkadot) | | ||
| | **PAPI ink! Support** | TypeScript | Type-safe ink! contract interaction | ink! frontend integration | [papi.how/ink](https://papi.how/ink) | | ||
|
|
||
| ## Testing & Simulation | ||
|
|
||
| | Tool | Type | Description | Use Case | Link | | ||
| |------|------|-------------|----------|------| | ||
| | **Chopsticks** | Network Fork | Fork live networks for testing | Safe testing environment | [AcalaNetwork/chopsticks](https://github.com/AcalaNetwork/chopsticks) | | ||
| | **Zombienet** | Network Simulator | Ephemeral test networks | Multi-node testing | [paritytech/zombienet](https://github.com/paritytech/zombienet) | | ||
| | **Simnode** | Testing Framework | Simulation testing for parachains | Parachain testing | [polytope-labs/sc-simnode](https://github.com/polytope-labs/sc-simnode) | | ||
| | **Fudge** | Database Tool | Interact with Substrate databases | Database manipulation | [centrifuge/fudge](https://github.com/centrifuge/fudge) | | ||
|
|
||
| ## Monitoring & Analytics | ||
|
|
||
| | Tool | Type | Description | Use Case | Link | | ||
| |------|------|-------------|----------|------| | ||
| | **Subscan** | Block Explorer | Comprehensive blockchain explorer | Transaction monitoring | [subscan.io](https://subscan.io/) | | ||
| | **Statescan** | Block Explorer | Alternative blockchain explorer | Block exploration | [statescan.io](https://www.statescan.io/) | | ||
| | **Polkawatch** | Analytics | Decentralization measurement tool | Network analysis | [polkawatch.app](https://polkawatch.app/) | | ||
| | **Ocelloids** | Data Streaming | Real-time data streams for multi-chain | Cross-chain monitoring | [ocelloids.net](https://www.ocelloids.net/) | | ||
| | **XCM Tracker** | XCM Monitor | Track cross-chain messages | XCM debugging | [xcm-tracker.ocelloids.net](https://xcm-tracker.ocelloids.net/) | | ||
|
|
||
| ## Infrastructure & Deployment | ||
|
|
||
| | Tool | Type | Description | Use Case | Link | | ||
| |------|------|-------------|----------|------| | ||
| | **Polkadot Cloud** | Cloud Platform | Managed Polkadot infrastructure | Production deployment | [polkadot.cloud](https://polkadot.cloud/) | | ||
| | **Substrate Connect** | Light Client | Browser-based light client | Decentralized apps | [substrate.io/developers/substrate-connect](https://substrate.io/developers/substrate-connect/) | | ||
| | **Smoldot** | Light Client | Alternative light client implementation | Embedded applications | [smol-dot/smoldot](https://github.com/smol-dot/smoldot) | | ||
|
|
||
| ## Cross-Chain & Interoperability | ||
|
|
||
| | Tool | Type | Description | Use Case | Link | | ||
| |------|------|-------------|----------|------| | ||
| | **XCM Playground** | Development Tool | Test XCM functionality | XCM development | [paraspell/xcm-tools](https://github.com/paraspell/xcm-tools) | | ||
| | **Snowbridge** | Bridge | Ethereum <> Polkadot bridge | ETH interoperability | [Snowfork/snowbridge](https://github.com/Snowfork/snowbridge) | | ||
| | **Bagpipes** | Workflow Builder | No-code XCM workflow builder | Cross-chain operations | [xcmsend.com](https://xcmsend.com/) | | ||
|
|
||
| ## Utilities & Helpers | ||
|
|
||
| | Tool | Type | Description | Use Case | Link | | ||
| |------|------|-------------|----------|------| | ||
| | **SS58 Transform** | Address Tool | Convert between address formats | Address conversion | [polkadot.subscan.io/tools/ss58_transform](https://polkadot.subscan.io/tools/ss58_transform) | | ||
| | **Polkadot Faucet** | Testnet Tool | Get testnet tokens | Development testing | [faucet.polkadot.io](https://faucet.polkadot.io/) | | ||
| | **Sub.ID** | Identity Tool | Unified identity across chains | Identity management | [sub.id](https://sub.id/) | | ||
| | **Multix** | Multisig Tool | Simple multisig management | Multi-signature wallets | [multix.chainsafe.io](https://multix.chainsafe.io/) | | ||
|
|
||
| ## Community Tools | ||
|
|
||
| | Tool | Type | Description | Use Case | Link | | ||
| |------|------|-------------|----------|------| | ||
| | **Polkassembly** | Governance | Discussion platform for proposals | Governance participation | [polkadot.polkassembly.io](https://polkadot.polkassembly.io/) | | ||
| | **Subsquare** | Governance | Proposal discussion and voting | Community governance | [subsquare.io](https://www.subsquare.io/) | | ||
| | **Staking Dashboard** | Staking Tool | Participate in staking | Token staking | [staking.polkadot.network](https://staking.polkadot.network/) | | ||
| | **DotApps** | Portal | Polkadot ecosystem app directory | App discovery | [dotapps.io](https://dotapps.io/) | | ||
|
|
||
| ## Development Resources | ||
|
|
||
| | Resource | Type | Description | Link | | ||
| |----------|------|-------------|------| | ||
| | **Polkadot Docs** | Documentation | Official development documentation | [docs.polkadot.com](https://docs.polkadot.com/) | | ||
| | **Substrate Docs** | Documentation | Substrate framework documentation | [docs.substrate.io](https://docs.substrate.io/) | | ||
| | **Polkadot Wiki** | Knowledge Base | Comprehensive ecosystem guide | [wiki.polkadot.network](https://wiki.polkadot.network/) | | ||
| | **OpenGuild Learning** | Education | Rust and Polkadot learning platform | [openguild.wtf/learn](https://openguild.wtf/learn) | | ||
| | **DotCodeSchool** | Education | Web3 development tutorials | [dotcodeschool.com](https://dotcodeschool.com/) | | ||
|
|
||
| ## Template Projects | ||
|
|
||
| | Template | Technology | Description | Link | | ||
| |----------|------------|-------------|------| | ||
| | **create-polkadot-dapp** | React + Hardhat | Full-stack dApp template | [create-polkadot-dapp](https://www.npmjs.com/package/create-polkadot-dapp) | | ||
| | **hardhat-polkadot-example** | Hardhat | Smart contract examples | [UtkarshBhardwaj007/hardhat-polkadot-example](https://github.com/UtkarshBhardwaj007/hardhat-polkadot-example) | | ||
| | **Polkadot Next.js** | Next.js | Frontend starter template | [niklasp/polkadot-nextjs-starter](https://github.com/niklasp/polkadot-nextjs-starter) | | ||
| | **Uniswap V2 Port** | Solidity | DeFi protocol example | [papermoonio/uniswap-v2-polkadot](https://github.com/papermoonio/uniswap-v2-polkadot) | | ||
|
|
||
| ## Recommended Development Stack | ||
|
|
||
| ### For Beginners | ||
| - **IDE:** Remix IDE (browser-based) | ||
| - **Wallet:** Talisman or MetaMask | ||
| - **Testing:** Built-in Remix tools | ||
| - **Resources:** Official tutorials and documentation | ||
|
|
||
| ### For Experienced Developers | ||
| - **Framework:** Hardhat + @parity/hardhat-polkadot | ||
| - **Client Library:** PAPI or Dedot | ||
| - **Frontend:** ReactiveDOT for React/Vue | ||
| - **Testing:** Chopsticks for network forking | ||
| - **Deployment:** POP CLI → Polkadot Deployment Portal | ||
| - **Cross-chain:** Paraspell XCM SDK | ||
|
|
||
| ### For Production Applications | ||
| - **Infrastructure:** Polkadot Cloud | ||
| - **Monitoring:** Subscan + custom analytics | ||
| - **Security:** Multi-signature wallets | ||
| - **Cross-chain:** Battle-tested bridges (Snowbridge) | ||
| - **User Experience:** Light client integration |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since kitdot is a library, I think it makes sense to list it alongside the other libraries on this page. I'd remove as much boilerplate as possible so we can keep the survival guide minimal. The same applies to
polkadot-development-tools; it seems a bit redundant to include that file since most of those tools are listed here.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the feedback @nhussein11 , I had just addressed kitdot with minimal changes