Skip to main content

Database

Browse 6,168 skills across 448 packs and 38 categories

Showing 3661–3720 of 6,168 skills
6,168 skills found

Move Language

284L

Move is a safe and secure smart contract language designed for resource-oriented programming, powering blockchains like Sui and Aptos. This skill teaches you to define, manage, and interact with on-chain assets and logic using Move's robust type system and ownership model.

Technology & EngineeringWeb3 Development

Near Protocol

243L

Master the NEAR Protocol for building scalable, user-friendly decentralized applications. This skill covers smart contract development with Rust, frontend integration with near-api-js, and understanding NEAR's account model and transaction flow.

Technology & EngineeringWeb3 Development

Optimism Development

247L

This skill covers building, deploying, and interacting with smart contracts on Optimism and other OP Stack chains. You'll learn to leverage Optimism's low-cost, high-throughput environment while understanding its unique architecture.

Technology & EngineeringWeb3 Development

Ordinals Inscriptions

198L

This skill teaches you how to create, manage, and interact with Ordinals inscriptions on the Bitcoin blockchain. You'll learn the core mechanics of attaching arbitrary data to satoshis, enabling unique digital artifacts and BRC-20 tokens directly on Bitcoin.

Technology & EngineeringWeb3 Development

Polkadot Substrate

260L

This skill covers building custom blockchains (parachains) and decentralized applications (dApps) using Substrate, the framework powering Polkadot and Kusama. You learn to leverage its modular architecture for high-performance, interoperable blockchain solutions.

Technology & EngineeringWeb3 Development

Polygon Development

212L

Build and deploy scalable decentralized applications on Polygon's ecosystem, including PoS, zkEVM, and Supernets. Learn to leverage Polygon's low fees and high throughput for EVM-compatible development.

Technology & EngineeringWeb3 Development

Rust Solana Programs

240L

Learn to build high-performance, secure, and scalable on-chain programs for the Solana blockchain using Rust. Master Solana's account model, CPIs, and program-derived addresses to create robust decentralized applications.

Technology & EngineeringWeb3 Development

Solana Anchor Framework

283L

Anchor is a framework for Solana smart contract development that simplifies writing secure and robust programs. It provides a powerful CLI, IDL generation, and client-side SDKs for seamless full-stack dApp creation. Use it to accelerate your Solana program development, reduce boilerplate, and enhance security through convention.

Technology & EngineeringWeb3 Development

Solidity Patterns

305L

Solidity smart contract design patterns for secure, gas-efficient, and upgradeable contracts

Technology & EngineeringWeb3 Development

Starknet Cairo

254L

This skill covers building decentralized applications and smart contracts on Starknet using the Cairo programming language. You'll learn to leverage Starknet's ZK-rollup architecture for scalable, provable transactions.

Technology & EngineeringWeb3 Development

The Graph

445L

The Graph protocol for indexing and querying blockchain data with subgraphs and GraphQL

Technology & EngineeringWeb3 Development

Ton Development

242L

Build decentralized applications, smart contracts, and infrastructure on The Open Network (TON). Master the FunC language, Tact, and TON SDKs to create high-performance, scalable dApps leveraging TON's sharded, asynchronous architecture.

Technology & EngineeringWeb3 Development

Viem Wagmi

325L

Viem and Wagmi libraries for type-safe Ethereum interaction and React-based dApp development

Technology & EngineeringWeb3 Development

Wallet Connect

357L

WalletConnect v2 integration for connecting mobile and desktop wallets to dApps across multiple chains

Technology & EngineeringWeb3 Development

Zksync Development

283L

Building and deploying decentralized applications on zkSync Era, a ZK-Rollup for Ethereum. This skill covers leveraging zkSync's EVM compatibility, Account Abstraction, and unique L1-L2 interaction mechanisms for scalable and cost-effective dApps.

Technology & EngineeringWeb3 Development

Anchor Framework Deep

286L

Anchor is a framework for Solana smart contract development that provides a set of tools, macros, and an Interface Definition Language (IDL) to simplify writing secure and efficient on-chain programs. You leverage Anchor when building complex Solana dApps, needing robust account validation, streamlined testing, and a clear client-side interface.

Technology & EngineeringSolana Ecosystem

Solana Account Model

232L

This skill covers the fundamental architecture of Solana's account model, explaining how data is stored, owned, and accessed on the blockchain. You leverage this understanding to design efficient data structures, manage on-chain state, and interact with programs, forming the bedrock for any Solana dApp development.

Technology & EngineeringSolana Ecosystem

Solana Blinks Actions

238L

This skill covers the end-to-end process of creating interactive Solana Blinks (Blockchain Links) that enable users to initiate on-chain actions directly from URLs. You learn to define blink metadata, handle dynamic parameters, construct serialized transactions on your backend, and integrate these frictionless interactions into any web or social platform. You leverage Blinks to significantly enhance user experience by streamlining dApp interactions, reducing onboarding friction, and allowing users to engage with your dApp's core functionalities with a single click, without requiring a full UI load.

Technology & EngineeringSolana Ecosystem

Solana CPI Patterns

301L

This skill covers the secure and efficient implementation of Cross-Program Invocations (CPI) on Solana, enabling your programs to interact with other on-chain programs and protocols. You leverage CPI when building composable dApps that integrate with existing DeFi, NFT, or utility protocols, or when structuring your own complex program into modular, reusable components.

Technology & EngineeringSolana Ecosystem

Solana DEFI Protocols

170L

This skill covers the strategies and technical patterns for interacting with established DeFi protocols on Solana, including Automated Market Makers (AMMs), lending/borrowing platforms, and liquid staking solutions. You leverage this skill when building dApps that require access to existing liquidity, financial primitives, or composability, integrating with audited and battle-tested protocols rather than reinventing core DeFi functionalities.

Technology & EngineeringSolana Ecosystem

Solana NFT Metaplex

312L

This skill covers the end-to-end process of creating, managing, and distributing NFTs on Solana using the Metaplex protocol suite, including Token Metadata, Candy Machine, and Auction House. You leverage Metaplex when building any Solana NFT project, from generative art collections and gaming assets to fractionalized real estate, ensuring your NFTs are interoperable and display correctly across the ecosystem.

Technology & EngineeringSolana Ecosystem

Solana Program Library

268L

The Solana Program Library (SPL) is a collection of audited, on-chain programs maintained by the Solana team. It provides standard, reusable building blocks for common functionalities like token management, stake pools, and associated token accounts, significantly accelerating dApp development and ensuring security.

Technology & EngineeringSolana Ecosystem

Solana RPC Optimization

269L

This skill teaches you how to reduce RPC call volume, improve transaction reliability, handle rate limits, and select appropriate commitment levels for your Solana dApps. You apply these optimization techniques to build high-performance, resilient Solana applications that deliver a smooth user experience and operate efficiently under high demand.

Technology & EngineeringSolana Ecosystem

Solana Testing Bankrun

244L

This skill covers using Bankrun for rapid, isolated, and deterministic testing of Solana programs. You leverage Bankrun when you need to unit test or integration test your Solana programs locally without the overhead of `solana-test-validator`, enabling faster development cycles and more reliable simulations.

Technology & EngineeringSolana Ecosystem

Solana Token Program

281L

The Solana Token Program (SPL Token program) is the official on-chain program for creating, managing, and transferring fungible and non-fungible tokens on Solana. You leverage this skill to implement custom token economies, issue NFTs, manage asset custody, and build decentralized applications that interact with standardized digital assets.

Technology & EngineeringSolana Ecosystem

Solana Transaction Optimization

301L

This skill focuses on strategies and techniques to reduce transaction costs, increase transaction reliability, and improve user experience on Solana by optimizing transaction size, compute unit consumption, and priority fee application. You leverage these optimization methods when building high-throughput Solana dApps, interacting with congested programs, or ensuring predictable and affordable transaction execution for your users.

Technology & EngineeringSolana Ecosystem

Solana Validator Setup

161L

This skill guides you through the process of setting up and operating a Solana validator, enabling you to participate in network consensus, process transactions, and earn staking rewards. You leverage this skill when contributing to the decentralization and security of the Solana network, ensuring high availability and performance for your validator node.

Technology & EngineeringSolana Ecosystem

Exchange Listing Strategy

215L

This skill guides you through the strategic preparation and technical execution required for listing your token on decentralized (DEX) and centralized (CEX) exchanges. You'll learn how to architect smart contracts for compliance, secure initial liquidity, and manage the technical aspects of market entry to ensure a stable and successful launch.

Technology & EngineeringBlockchain Product

Investor Relations Crypto

207L

This skill guides you in developing robust tools and systems for managing investor relations within decentralized projects. You will learn to leverage on-chain data for transparency, automate communication workflows, and build trust through verifiable reporting and secure engagement channels. The focus is on implementing technical solutions that foster strong, informed relationships with your project's token holders and stakeholders.

Technology & EngineeringBlockchain Product

NFT Project Management

217L

This skill guides you through the end-to-end process of managing an NFT project, from smart contract development and metadata preparation to deployment and post-mint lifecycle. You'll learn to navigate technical execution, infrastructure choices, and community engagement strategies to deliver a successful and secure NFT collection.

Technology & EngineeringBlockchain Product

Onboarding UX Web3

277L

This skill guides you through designing and implementing intuitive onboarding experiences for Web3 applications. You'll learn how to bridge the gap between traditional UX and the unique challenges of blockchain, focusing on wallet integration, transaction clarity, and progressive decentralization to convert new users into active participants.

Technology & EngineeringBlockchain Product

Token Launch Strategy

291L

This skill guides you through the strategic design and technical execution of a successful token launch. You'll learn how to architect sustainable tokenomics, implement secure distribution mechanisms, and navigate the complex landscape of community building and regulatory compliance to ensure long-term project viability.

Technology & EngineeringBlockchain Product

Web3 Growth Hacking

228L

This skill teaches you how to design and implement growth strategies unique to the web3 ecosystem. You'll learn to leverage tokenomics, NFTs, and on-chain mechanics to acquire, activate, and retain users, fostering a vibrant and sustainable decentralized community.

Technology & EngineeringBlockchain Product

Web3 Marketing

292L

This skill covers the unique strategies and technical implementations required for marketing in the decentralized web3 ecosystem. You'll learn how to leverage on-chain data, smart contracts, and community-centric approaches to build, engage, and grow a project's user base in a transparent and permissionless environment.

Technology & EngineeringBlockchain Product

Web3 Partnerships

251L

This skill equips you to architect and implement strategic web3 partnerships, leveraging blockchain technology for transparent, trustless, and programmable collaborations. You'll learn how to establish on-chain agreements, manage shared resources securely, and integrate partner protocols to unlock synergistic value within decentralized ecosystems.

Technology & EngineeringBlockchain Product

Web3 Product Management

230L

This skill covers the unique strategies and technical insights required to lead product development in the web3 space. You'll learn how to navigate decentralized ecosystems, design sustainable tokenomics, engage with community-driven governance, and understand on-chain data to build successful dApps and protocols.

Technology & EngineeringBlockchain Product

Web3 User Research

236L

This skill guides you in understanding the unique behaviors and needs of decentralized users in Web3. You'll learn how to ethically gather insights from on-chain data and community feedback, translating them into actionable product improvements for dApps and protocols.

Technology & EngineeringBlockchain Product

Blockchain Etl

153L

This skill covers the extraction, transformation, and loading (ETL) of blockchain data into structured databases or data warehouses. You use this when building scalable analytics platforms, dApps requiring extensive historical data, or custom indexing services that go beyond simple RPC queries, enabling complex analysis and reporting.

Technology & EngineeringBlockchain Data

DEFI Llama Data

180L

This skill enables you to leverage DefiLlama's comprehensive aggregated data for decentralized finance protocols. You utilize this when building applications that require insights into Total Value Locked (TVL), historical protocol performance, yield opportunities, and cross-chain liquidity metrics, providing a standardized view of the DeFi landscape.

Technology & EngineeringBlockchain Data

Dune Analytics

169L

This skill enables you to leverage Dune Analytics for querying, analyzing, and visualizing blockchain data using SQL. You use this when building dashboards, creating custom data insights, or integrating on-chain data into applications, transforming raw ledger information into actionable intelligence.

Technology & EngineeringBlockchain Data

Flipside Crypto

168L

This skill enables you to query, analyze, and visualize vast amounts of blockchain data using SQL. You leverage Flipside Crypto when you need deep, structured insights into on-chain activity, smart contract interactions, or token movements across multiple networks, without the complexity of direct RPC node parsing.

Technology & EngineeringBlockchain Data

Gas Analytics

219L

This skill teaches you to analyze, predict, and optimize transaction fees (gas) on EVM-compatible blockchains. You leverage gas analytics to minimize operational costs, improve user experience by ensuring timely transaction finality, and make informed decisions about dApp deployment and interaction strategies, especially during network congestion.

Technology & EngineeringBlockchain Data

Nansen Analytics

208L

This skill empowers you to leverage Nansen Analytics' proprietary on-chain data and entity labeling for enhanced insights into blockchain activity. You employ Nansen when your applications demand deep, real-time intelligence on market movements, smart money flows, and whale activity, going beyond raw RPC data.

Technology & EngineeringBlockchain Data

On Chain Data Analysis

274L

This skill equips you to extract, interpret, and analyze data directly from blockchain ledgers. You use this when building applications that require real-time insights into smart contract state, transaction history, or token movements, providing verifiable and immutable data sources.

Technology & EngineeringBlockchain Data

Wallet Profiling

290L

This skill enables you to analyze on-chain wallet activity to build comprehensive user profiles. You leverage this when segmenting users, assessing risk, detecting fraud, or personalizing dApp experiences based on a wallet's transaction history, token holdings, and contract interactions.

Technology & EngineeringBlockchain Data

Dark Mode Email

345L

Dark mode support patterns for email templates across major email clients

Technology & EngineeringEmail Template

Email Accessibility

278L

Accessible email design patterns for inclusive, standards-compliant email templates

Technology & EngineeringEmail Template

Email Deliverability

357L

Email deliverability essentials including SPF, DKIM, DMARC, and inbox placement

Technology & EngineeringEmail Template

Email Testing

346L

Email testing workflows using Litmus, Email on Acid, Mailtrap, and other QA tools

Technology & EngineeringEmail Template

Mjml

303L

Building responsive email templates with the MJML markup language and toolchain

Technology & EngineeringEmail Template

React Email

358L

Building email templates with React Email components and rendering pipeline

Technology & EngineeringEmail Template

Responsive Email

299L

Responsive email CSS patterns for consistent rendering across clients and devices

Technology & EngineeringEmail Template

Transactional Templates

378L

Designing and implementing transactional email templates for automated notifications

Technology & EngineeringEmail Template

App Architecture

430L

MVVM and Clean Architecture patterns for structuring scalable, testable iOS applications

Technology & EngineeringiOS Swift

Combine

278L

Combine framework reactive programming patterns for handling asynchronous events in iOS

Technology & EngineeringiOS Swift

Core Data

279L

Core Data persistence framework for modeling, storing, and querying structured data in iOS apps

Technology & EngineeringiOS Swift

Navigation

334L

SwiftUI navigation patterns using NavigationStack, programmatic routing, and deep linking

Technology & EngineeringiOS Swift

Networking

358L

URLSession networking patterns for building robust API clients and handling data transfer in iOS

Technology & EngineeringiOS Swift

Swift Concurrency

338L

Swift structured concurrency with async/await, actors, and task groups for safe concurrent iOS code

Technology & EngineeringiOS Swift

Swiftui

288L

SwiftUI declarative UI framework fundamentals for building modern iOS interfaces

Technology & EngineeringiOS Swift