https://github.com/berzanorg/aptos-dictionary-interface
Web interface for Aptos Dictionary dApp.
https://github.com/berzanorg/aptos-dictionary-interface
aptos dapp move svelte sveltekit
Last synced: 6 months ago
JSON representation
Web interface for Aptos Dictionary dApp.
- Host: GitHub
- URL: https://github.com/berzanorg/aptos-dictionary-interface
- Owner: berzanorg
- License: mit
- Created: 2023-09-23T11:02:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T13:52:21.000Z (almost 2 years ago)
- Last Synced: 2025-03-12T23:33:18.240Z (7 months ago)
- Topics: aptos, dapp, move, svelte, sveltekit
- Language: Svelte
- Homepage: https://berzanxyz.github.io/aptos-dictionary-interface
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aptos-dictionary-interface
Interface for Aptos Dictionary dApp, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
It is live at [`berzanxyz.github.io`](https://berzanxyz.github.io/aptos-dictionary-interface).
The smart contract for Aptos Dictionary resides in [`aptos-dictionary-contract`](https://github.com/berzanxyz/aptos-dictionary-contract).
## Developing
- Clone the repo with `git clone https://github.com/berzanxyz/aptos-dictionary-interface.git`
- You can use Dev Containers for getting the development environment ready.
- Install the dependencies with `npm install`.
- Run the development server with `npm run dev`.