Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

337 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sui Rust Sdk

A rust sdk for integrating with the Sui blockchain.

Overview

This repository contains a collection of libraries for integrating with the Sui blockchain.

A few of the project's high-level goals are as follows:

  • Be modular - user's should only need to pay the cost (in terms of dependencies/compilation time) for the features that they use.
  • Be light - strive to have a minimal dependency footprint.
  • Support developers - provide all needed types, abstractions and APIs to enable developers to build robust applications on Sui.
  • Support wasm - where possible, libraries should be usable in wasm environments.

Crates

In an effort to be modular, functionality is split between a number of crates.

License

This project is available under the terms of the Apache 2.0 license.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages