Skip to content

Commit

Permalink
Add SDKs (Table of contents)
Browse files Browse the repository at this point in the history
  • Loading branch information
gguoss authored Sep 14, 2022
1 parent 702f222 commit 57cc3f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Move is a programming language for writing safe smart contracts originally devel
- [IDEs](#ides)
- [Package Managers](#package-managers)
- [Wallets](#wallets)
- [SDKs](#sdks)
- [Papers](#papers)
- [Language Design](#language-design)
- [Static Analysis and Verification](#static-analysis-and-verification)
Expand Down Expand Up @@ -180,6 +181,10 @@ The ability to separate blockchain-specific framework logic from the generic fun
- [bcs-js](https://github.com/pontem-network/lcs-js) - JavaScript implementation of the [BCS](https://github.com/diem/bcs) serialization scheme used by Move, may be useful for implementing wallets.
- [ComingChat](https://coming.chat/) - A decentralized social finance/web3 portal. Supporting public chain wallets, such as Sui and Aptos wallets.

## SDKs
- [go-sui-sdk](https://github.com/coming-chat/go-sui-sdk) - Sui Golang SDK.
- [go-aptos-sdk](https://github.com/coming-chat/go-aptos-sdk) - Aptos Golang SDK.

## Papers

### Language Design
Expand Down

0 comments on commit 57cc3f2

Please sign in to comment.