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.
- Host: GitHub
- URL: https://github.com/berzanorg/aptos-landing-interface
- Owner: berzanorg
- License: mit
- Created: 2023-10-01T13:25:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T16:13:54.000Z (over 1 year ago)
- Last Synced: 2025-03-12T23:33:18.811Z (2 months ago)
- Topics: aptos, dapp, svelte, sveltekit
- Language: Svelte
- Homepage: https://berzanxyz.github.io/aptos-landing-interface/0x4eb9d24d059db22f0f2a858f128f2e747f5ff7c441c2b95c87559aae1c29c4f7
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.