Create README.md (#58)

* Create README.md

* Update README.md
This commit is contained in:
derpy-duck 2023-01-27 10:06:59 -05:00 committed by GitHub
parent 7f4eaab9fe
commit dc872cb7b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# Wormhole Lending Examples
example-1 is a basic lending skeleton that sketches out lending and borrowing between two chains using Wormhole
example-2 is a more fully fledged cross-chain example using a Hub and Spoke model, allowing lending and borrowing on an arbitrary number of chains using Wormhole.
Both of these examples have specific READMEs in their respective folders.
**WARNING**: This repository has not been audited, so it may contain bugs and should be used for example purposes only. If you intend to use or build on either of these examples to perform actual lending, it's highly recommended that you have the final code commit audited by a smart contract auditing firm.