Skip to content
/ dApps Public
forked from CosmWasm/dApps

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

License

Notifications You must be signed in to change notification settings

sk408/dApps

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 91.4%
  • HTML 4.5%
  • JavaScript 2.5%
  • Other 1.6%