An open API service indexing awesome lists of open source software.

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

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.