/dApps

A collection of sample dApps for CosmWasm contracts, using CosmJS frontend SDK

Primary LanguageTypeScriptApache License 2.0Apache-2.0

dApps

A lerna monorepo with sample dApps for CosmWasm contracts that use CosmJS frontend SDK and the local logic and design packages.

Packages

Logic

[code]

Library with logic utilities that is used as a dependency in the rest of the packages.

Design

[code]

Library with theming utilities and reusable React components that is used as a dependency in the dApps.

Create React App template

[code]

Custom template for creating a React app preloaded with the logic and design packages.

Name service

[code] [deployment]

dApp that allows for the purchase and transferral of names in contracts of a configured code ID.

Native wallet

[code] [deployment]

dApp that allows the user to send native tokens to an address.

CW20 wallet

[code] [deployment]

dApp that allows the user to send CW20 tokens to an address.

Staking service

[code] [deployment]

dApp for staking derivatives that allows the user to bond and unbond CW20 tokens from a validator.