Skip to content

Commit

Permalink
[Examples/Move] Delete sui_programmability
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
  • Loading branch information
amnn committed Jul 11, 2024
1 parent b36e2a6 commit 829b30d
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 829b30d

Please sign in to comment.