https://github.com/douganderson444/ardag-nametag-loader
Load a @name/tag from ArDag
https://github.com/douganderson444/ardag-nametag-loader
Last synced: 3 months ago
JSON representation
Load a @name/tag from ArDag
- Host: GitHub
- URL: https://github.com/douganderson444/ardag-nametag-loader
- Owner: DougAnderson444
- Created: 2022-11-05T10:54:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T14:24:39.000Z (over 2 years ago)
- Last Synced: 2025-01-24T19:47:24.058Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArDAG NameTag Loader
Takes a name and a tag, resolves the latest ArDag from Arweave and mounts the app to the DOM.
_Name_ can be:
- Arweave wallet address, like `hbaAsPk0AlmLPFLSNqgH0tk-Z20RL1rOxuXMTuOUTDw`
- ARNS Name, like `douganderson444.ar`
- PermaPage subdomain name like: `douganderson444.arweave.dev`
- Decentralzied Identifier like `did:ar:UGnqpxdraMbkmG-4F6jU7xkFhErNgaXLQf39tW7yYck`_Tag_ is the name of the App Component.
So if I want Doug's `ContactCard`, I simply look up `douganderson.ar/ContactCard` and that loads my contact card.
Since it uses ArDag, it always resolves to the latest version, but historical versions are always available in case you like to go retro.
There's also another component that can show everything Graph under this namespace.