0.1.31-experiment-82a5080.0 • Published 2 years ago

@msafe/maven-x-sdk v0.1.31-experiment-82a5080.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Maven-X

The SDK for Maven X, multi-sig solution on SUI network.

Project structure:

src

All source code for maven V2.

  • Backend: Backend code to interact with Maven backend.
  • client: Maven client code implements MavenClient
  • errors: All error code and message.
  • globals: Globals to store all global variables.
  • maven: Maven account.
  • sui: Sui helper for blockchain related util functions.
  • types: Basic types & interface.
  • utils: util functions.

test

Test code.