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

https://github.com/berzanorg/aptos-landing-interface

Web interface for Aptos Landing dApp.
https://github.com/berzanorg/aptos-landing-interface

aptos dapp svelte sveltekit

Last synced: about 2 months ago
JSON representation

Web interface for Aptos Landing dApp.

Awesome Lists containing this project

README

        

# aptos-landing-interface

Interface for Aptos Landing 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-landing-interface/0x4eb9d24d059db22f0f2a858f128f2e747f5ff7c441c2b95c87559aae1c29c4f7).

The smart contract for Aptos landing resides in [`aptos-landing-contract`](https://github.com/berzanxyz/aptos-landing-contract).

## Developing

- Clone the repo with `git clone https://github.com/berzanxyz/aptos-landing-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`.