You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository powers a custom crypto token built on the Internet Computer using DFX. It includes a backend in Motoko for token management, and a React frontend for a user-friendly (and vintage look, inspired by curve.fi in 2019) interface. The login and authentication is done using the Internet Identity.
Microservice architecture with two services: AuthService handles user info, custom tokens, and RSA key generation, serving the public RSA key via API. TodoService manages todos with custom auth, supports anonymous users, and parameterizes API requests by user and todo IDs.