Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

WalletConnect/gilgamesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5c00386 · Jan 10, 2024
Jun 14, 2023
Mar 30, 2023
Feb 16, 2023
Sep 12, 2023
Aug 10, 2023
Sep 12, 2023
Feb 16, 2023
Apr 4, 2023
Jul 10, 2023
Jan 22, 2023
May 10, 2023
Mar 28, 2023
Jan 31, 2023
Jul 3, 2023
Jan 10, 2024
Mar 29, 2023
Jan 22, 2023
Jan 22, 2023
Mar 28, 2023
Jan 22, 2023
Mar 30, 2023
Feb 16, 2023
Jan 26, 2023
Jan 22, 2023
Jan 26, 2023

Repository files navigation

Gilgamesh

HTTP service managing users' e2e encrypted message histories.

This project also includes the standard CI/CD:

  • Release
  • Rust CI
  • Terraform CI
  • CD
  • Intake
  • Mocha (NodeJS) based integration tests

Running the app

  • Build: cargo build
  • Test: cargo test
  • Run: docker-compose-up
  • Integration test: yarn install (once) and then yarn integration:local(dev/staging/prod)