Go to file
David Hyland-Wood 224bcc1ae0
Added legal disclaimers
2024-03-22 06:41:21 +08:00
example-1 New README with images (#56) 2023-01-25 15:03:39 -06:00
example-2 Use mumbai testnet (#60) 2023-01-27 17:46:57 -05:00
.gitmodules Add CrossChainBorrowLend (#1) 2022-09-29 00:43:51 -05:00
LEGAL.txt Added legal disclaimers 2024-03-22 06:41:21 +08:00
LICENSE license: add license file (#43) 2022-11-08 08:41:45 -06:00
README.md Create README.md (#58) 2023-01-27 10:06:59 -05:00

README.md

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.