Skip to content

berzanorg/aptos-landing-interface

Repository files navigation

aptos-landing-interface

Interface for Aptos Landing dApp, powered by create-svelte.

It is live at berzanxyz.github.io.

The smart contract for Aptos landing resides in 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.