-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Examples/Move] Delete
sui_programmability
(#18612)
## Description Remove the `sui_programmability` folder as all examples have been ported and modernised to `examples/move`, or elsewhere. ## Test plan CI ## Stack - #18525 - #18526 - #18557 - #18558 - #18595 - #18609 --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: --------- Co-authored-by: Ronny Roland <[email protected]>
- Loading branch information
1 parent
d43a7ad
commit 2f71d9d
Showing
97 changed files
with
1 addition
and
11,305 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,2 @@ | ||
>[!IMPORTANT] | ||
> These examples are out-of-date and have been retained as an archive, please **find the latest versions in the [examples](../../examples) directory** which contains up-to-date [Move](../../examples/move) and end-to-end examples! | ||
Lots of Move code examples, partitioned by category: | ||
|
||
* basics: The very simplest examples of Sui programming. | ||
* crypto: A simple contract to perform ECDSA secp256k1 signature verification and ecrecover (derive the public key from a signature). | ||
* defi: DeFi primitives like escrows, atomic swaps, flash loans, DEXes. | ||
* fungible_tokens: Implementations of fungible tokens with different minting and burning policies. | ||
* games: Various classic and not-so-classic on-chain games. | ||
* nfts: Example NFT implementations and related functionality like auctions and marketplaces. | ||
|
||
We welcome third-party examples--please just submit a pull request! | ||
|
||
DISCLAIMER: This is example code provided for demonstration purposes only. These examples have not been thoroughly tested, verified, or audited. Please do not use the example code or derivatives in production without proper diligence. | ||
> These examples have moved! **Find the latest versions in the [examples](../../examples) directory** which contains up-to-date [Move](../../examples/move) and end-to-end examples! |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
119 changes: 0 additions & 119 deletions
119
sui_programmability/examples/basics/sources/counter.move
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.