Products

/

Create Cosmos App

Create Cosmos App

One-Command Setup for Modern Cosmos dApps

Speed up your development and bootstrap new web3 dApps quickly.

Simplified Development

No wrestling with webpack or babel install or configurations, start building right away

Flexible Page Rendering

Utilize next.js for hybrid rendering

One-Command Setup

Set up a Cosmos app with a single command

Create Cosmos App Features

Optimize your Cosmos development workflow

Get Started Immediately

Effortlessly set up a modern Cosmos app with a single command

Seamless Wallet Integration

Easily connect via Cosmos Kit with 18+ wallets and mobile support for smooth wallet integration

Efficient Transaction Management

Sign and broadcast transactions with CosmJS Stargate and CosmWasm signers

Beautiful User Interfaces

Leverage the power of Interchain UI to create stunning and user-friendly interfaces for your Cosmos applications

Comprehensive Chain and Asset Information

Access comprehensive information about chains and assets from the chain-registry, streamlining the development process and ensuring accurate data for your Cosmos app

Hybrid Rendering and Ready to Deploy

Utilize Next.js hybrid rendering for optimal performance and ensure your Cosmos app is ready for deployment with minimal hassle

import { cosmos } from 'interchain';

const {
  fundCommunityPool,
  setWithdrawAddress,
  withdrawDelegatorReward,
  withdrawValidatorCommission,
} = cosmos.distribution.v1beta1.MessageComposer.fromPartial;

const { multiSend, send } = cosmos.bank.v1beta1.MessageComposer.fromPartial;

const { beginRedelegate, createValidator, delegate, editValidator, undelegate } =
  cosmos.staking.v1beta1.MessageComposer.fromPartial;

const { deposit, submitProposal, vote, voteWeighted } =
  cosmos.gov.v1beta1.MessageComposer.fromPartial;

Powerful Cosmos Functionality

Create Cosmos App enables developers to unlock the full potential of the Cosmos ecosystem by providing features such as interacting with IBC transfers, smart contracts, swaps, and more, expanding the capabilities of their applications.

# Send Tokens
cca --name send-example --example send-tokens

# Stake Tokens
cca --name stake-example --example stake-tokens

# Vote Proposal
cca --name vote-example --example vote-proposal

# IBC Transfer
cca --name ibc-example --example ibc-transfer

Example-Centric Learning

Create Cosmos App offers a series of practical examples covering key use-cases such as staking, governance, NFT minting, swaps, and more. These examples serve as valuable learning resources for developers, accelerating their understanding and proficiency in Cosmos application development.

Explore Examples

Start a web3 dApp from these examples in seconds

Stake Tokens

Stake Tokens

cca --name stake-example --example stake-tokens

Vote Proposals

Vote Proposals

cca --name vote-example --example vote-proposal

IBC Transfer

IBC Transfer

cca --name ibc-example --example ibc-transfer

Swap Tokens

Swap Tokens

cca --name swap-example --example swap-tokens

Provide Liquidity

Provide Liquidity

cca --name liquidity-example --example provide-liquidity

Asset List

Asset List

cca --name asset-list-example --example asset-list

NFT

NFT

cca --name nft-example --example nft

Authz

Authz

cca --name authz-example --example authz

Create Cosmos App

Create Cosmos App

Boilerplates for Cosmos dApps