https://github.com/berzanorg/aptos-social-network-interface
Web interface for Aptos Social Network dApp.
https://github.com/berzanorg/aptos-social-network-interface
aptos dapp svelte sveltekit
Last synced: about 2 months ago
JSON representation
Web interface for Aptos Social Network dApp.
- Host: GitHub
- URL: https://github.com/berzanorg/aptos-social-network-interface
- Owner: berzanorg
- License: mit
- Created: 2023-09-28T16:21:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T16:05:01.000Z (over 1 year ago)
- Last Synced: 2025-03-12T23:33:18.310Z (2 months ago)
- Topics: aptos, dapp, svelte, sveltekit
- Language: Svelte
- Homepage: https://berzanxyz.github.io/aptos-social-network-interface
- Size: 115 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aptos-social-network-interface
Web interface for Aptos Social Network 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-social-network-interface).
The smart contract for Aptos Dictionary resides in [`aptos-social-network-contract`](https://github.com/berzanxyz/aptos-social-network-contract).
## Developing
- Clone the repo with `git clone https://github.com/berzanxyz/aptos-social-network-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`.