https://github.com/pyncz/archyard
🟠View your favorite interactions on Archway network
https://github.com/pyncz/archyard
Last synced: 3 months ago
JSON representation
🟠View your favorite interactions on Archway network
- Host: GitHub
- URL: https://github.com/pyncz/archyard
- Owner: pyncz
- Created: 2023-10-24T02:03:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-05T21:57:32.000Z (over 1 year ago)
- Last Synced: 2025-01-17T10:43:47.711Z (5 months ago)
- Language: Vue
- Homepage: https://archyard-app.vercel.app
- Size: 2.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# archyard
A little trial app in the context of the Archway blockchain. First of many, probably.
> **Warning**
> WORK IN PROGRESS. Don't run it pls---
### About
It doesn't use connect kits / tools like `CosmosKit` or `WalletConnect` because I tried to avoid a peel of abstraction and wanted to hack around the raw wallets and clients.
Instead, there's a nice custom [`archway` Nuxt module](./app/modules/archway/index.ts) that exposes some types, utils and composables (heavily using `vueuse` btw), to provide a way to connect (and re-connect, after page refresh) to the network for a consumer app.There's also a nice and modern `Tailwind CSS` config, as well as some cool TS / Nuxt / Vue stuff, including generic component types (see [`Listbox.vue`](./app/components/ui/Listbox.vue), for example).
> **Warning**
> For now, the app works only with embedded wallets (`keplr` or `leap`).### But what does this app actually do?
Not much 😄
You can type archway address (or connect your embedded wallet to pull up the address automatically) and see who are your most popular senders and recipients.In a word, this is some sort of visualization of your interactions within the network.