Skip to content

A decentralized identity social profile platform

Notifications You must be signed in to change notification settings

aptos-labs/apt-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apt ID

The codebase for Apt ID, a profile based experience attached to an Aptos name.

To make feature requests, or bug reports, open a GitHub issue here

What is Apt ID?

Apt ID is a profile based experience exclusively attached to a primary Aptos name. It may expand into a more complex social experience attached to it, or just stick with the linktree like experience.

Development

Running locally

Simply install the dependencies and run dev mode.

This repo uses asdf for package manager and VM management. Check out installing that, or install pnpm separately.

cd typescript/
pnpm install
pnpm dev