Skip to content

Commit

Permalink
[Examples/Move] Delete sui_programmability (MystenLabs#18612)
Browse files Browse the repository at this point in the history
## Description

Remove the `sui_programmability` folder as all examples have been ported
and modernised to `examples/move`, or elsewhere.

## Test plan

CI

## Stack
- MystenLabs#18525 
- MystenLabs#18526 
- MystenLabs#18557 
- MystenLabs#18558
- MystenLabs#18595 
- MystenLabs#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
2 people authored and tx-tomcat committed Jul 29, 2024
1 parent aecbc5b commit fc507dd
Show file tree
Hide file tree
Showing 97 changed files with 1 addition and 11,305 deletions.
15 changes: 1 addition & 14 deletions sui_programmability/examples/README.md
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!
10 changes: 0 additions & 10 deletions sui_programmability/examples/basics/Move.toml

This file was deleted.

7 changes: 0 additions & 7 deletions sui_programmability/examples/basics/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions sui_programmability/examples/basics/sources/clock.move

This file was deleted.

119 changes: 0 additions & 119 deletions sui_programmability/examples/basics/sources/counter.move

This file was deleted.

134 changes: 0 additions & 134 deletions sui_programmability/examples/basics/sources/lock.move

This file was deleted.

Loading

0 comments on commit fc507dd

Please sign in to comment.