DApps
A collection of sample dApps for CosmWasm contracts, using CosmJS frontend SDK
Install / Use
/learn @CosmWasm/DAppsREADME
dApps
A lerna monorepo with sample dApps for CosmWasm contracts that use CosmJS frontend SDK and the local logic and design packages.
Packages
Logic
Library with logic utilities that is used as a dependency in the rest of the packages.
Design
Library with theming utilities and reusable React components that is used as a dependency in the dApps.
Create React App template
Custom template for creating a React app preloaded with the logic and design packages.
Name service
dApp that allows for the purchase and transferral of names in contracts of a configured code ID.
Native wallet
dApp that allows the user to send native tokens to an address.
CW20 wallet
dApp that allows the user to send CW20 tokens to an address.
Staking service
dApp for staking derivatives that allows the user to bond and unbond CW20 tokens from a validator.
