GladiusClub / gladius-backend

0 stars 0 forks source link

Gladius Backend

Setup

Welcome to the Gladius Backend repository! Gladius backend is build based on Google Firebase. If you havn't heard of Firebase before, please first refer to the official Firebase docs. Gladius backend is built on Cloud Firestore, which is part of Firebase ecosystem. Here are detailed instructions how to get started with it

Gladius wallets

Gladius platform was designed with simplicity in mind with main focus on children and their parents. Our goal was to make the platform onboarding as simple and fast, as modern technology allows. That is why we decided to use custodial wallets creation model where our platform takes full responsibilty of wallet creation, private key encryption and signature provision when requested. Gladius wallets are created using standard Stellar SDK and keys are secured in Google Cloud KMS and additionally encrypted with Fernet library

Here is a source code of wallet creation and encryption process. Feel free to contract us if you'll find in insufficient.

Gladius backend description

For detailed information about Gladius backend and additional documentation, please refer to the documentation directory.