Skip to content

Commit

Permalink
Update sui-move-library.md (#7244)
Browse files Browse the repository at this point in the history
mention the implementation of the Sui framework / Library

Co-authored-by: Randall-Mysten <109545725+randall-Mysten@users.noreply.github.com>
  • Loading branch information
georgescharlesbrain and randall-Mysten authored Jan 10, 2023
1 parent 517133a commit 7d2063b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/src/build/move/sui-move-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Use Sui Move Library
---

Sui provides a list of Move library functions that allows us to manipulate objects in Sui.
You can view source code for the implementation of the core Sui Move framework in the [Sui GitHub repo](https://github.com/MystenLabs/sui/tree/main/crates/sui-framework/sources).

## Object ownership
Objects in Sui can have different ownership types. Specifically, they are:
Expand Down

1 comment on commit 7d2063b

@vercel
Copy link

@vercel vercel bot commented on 7d2063b Jan 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wallet-adapter – ./sdk/wallet-adapter/example

wallet-adapter-mysten-labs.vercel.app
sui-wallet-adapter.vercel.app
wallet-adapter-git-main-mysten-labs.vercel.app

Please sign in to comment.