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

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.

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`.