cosmology-tech / cosmos-kit

Universal wallet connector for the Cosmos ⚛️
https://cosmology.zone/products/cosmos-kit
BSD 3-Clause Clear License
183 stars 129 forks source link

feat: Add Tailwind Wallet CosmosKit adapter #404

Closed baoskee closed 6 months ago

baoskee commented 6 months ago

Tailwind is a Cosmos wallet that lets users pay gas in any token on any chain. We just launched our public beta last week. See website and Chrome extension. You can use code USE-COSMOSKIT to test the wallet.

store

twhy commented 6 months ago

@baoskee Please don't put all the code in one index.ts. Put them in different files just like other wallets.

baoskee commented 6 months ago

@baoskee Please don't put all the code in one index.ts. Put them in different files just like other wallets.

Just did in last commit + added a two commits to update config details like other wallets. Lmk what you think

twhy commented 6 months ago

@baoskee Please create another PR to add these things.

  1. Add a tailwind package which exports tailwind-extension
  2. Add docs
  3. Add tailwind to cosmos-kit package You can use this PR as reference, thanks. https://github.com/cosmology-tech/cosmos-kit/pull/408 @pyramation FYI
thisispalash commented 6 months ago

@twhy opened a PR ~ https://github.com/cosmology-tech/cosmos-kit/pull/415