0.1.0 • Published 11 months ago

maven2sdk v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Maven-V2-SDK

The SDK for Maven V2

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.