Skip to content

Commit

Permalink
move warning
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Jan 13, 2025
1 parent 36e14d1 commit 9e11ebb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This repository contains example smart contracts for key Soroban features and concepts. The examples illustrate how to use the features, in their simplest form. The examples in this repository:

> [!WARNING]
> These implementations are educational examples, and have not been tested or audited. They are likely to have significant errors and security vulnerabilities. They should not be relied on for any purpose. Please refer to the license for more information.
- **account**: This a basic multi-sig account contract that with a customizable per-token authorization policy
- **alloc**: Allocates a temporary vector holding values (0..count), then computes and returns their sum
atomic_multiswap**: This contract performs a batch of atomic token swaps between multiple parties and does a simple price matching
Expand Down Expand Up @@ -139,9 +142,6 @@ Contributions are welcome, please create a pull request with the following infor
- How did you solve the problem, or created the suggested feature?
- Have your changes/additions been thoroughly tested?

## Disclaimer
These implementations have not been tested or audited. They are likely to have significant errors and security vulnerabilities. They should not be relied on for any purpose. Please refer to the license for more information.

## Relevant Links:
- [Smart Contract Documentation](https://developers.stellar.org/docs/build)
- [Getting Started Guide](https://developers.stellar.org/docs/build/smart-contracts/getting-started)
Expand Down

0 comments on commit 9e11ebb

Please sign in to comment.