Home

Awesome

aptos-cid

Decentralized identity on Aptos, the underlying account system of ComingChat

Intro

ComingChat 4-digit cid is abbreviated as aptos-cid on aptos

Features

Price function

register_at_month = seconds_to_months((now - start_time_sec))
price = base_price * sqrt(register_at_month)

Validity period

Roles

Entry functions

cid module:

config module:

Important notes