/Maakay-API

Node.js API of Maakay.

Primary LanguageJavaScript

Crypto Profile Dot Link

Node.js implementation of Crypto-Profile-Dot-Link

Deploy

Hosted URL: https://w38piy.deta.dev/

Getting Started

Clone the repo.

Install Node.js and required packages: npm install

Run the server: npm run dev

API Endpoints

/api/v1/users/:username: Get account number and nonce assoited with the account number.

/api/v1/login: Login using account_number and signature. Returns JWT.

/api/v1/tokens: Get all supported tokens.

/api/v1/address: Add crypto address of the user.

/api/v1/profile/:username: Get the public profile of the user.

/api/v1/social_profile: CRUD all social profiles associated with the user.

/api/v1/profile_link: CRUD all links associated with the user.

Happy Coding.