diff --git a/README.md b/README.md index 7f7d389390..0ead2a2e54 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Banner +Banner This monorepo contains the reference implementation of the [Wormhole protocol](https://wormholenetwork.com). @@ -6,17 +6,17 @@ To learn about how to use and build on Wormhole read the [docs](https://docs.wor ---- -See [Live Contracts](https://docs.wormholenetwork.com/wormhole/contracts) for current testnet and mainnet deployments of +See [Live Contracts](https://wormhole.com/docs/products/reference/contract-addresses/) for current testnet and mainnet deployments of the Wormhole smart contracts. See [DEVELOP.md](DEVELOP.md) for instructions on how to set up a local devnet, [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to contribute to this project, and [SECURITY.md](SECURITY.md) for more information about our security audits and bug bounty program. See [docs/operations.md](docs/operations.md) for node operator instructions. -![](docs/images/overview.svg) +![Wormhole Architecture](docs/images/architecture.webp) ⚠ **This software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -implied. See the License for the specific language governing permissions and limitations under the License.** Or plainly -spoken - this is a very complex piece of software which targets a bleeding-edge, experimental smart contract runtime. -Mistakes happen, and no matter how hard you try and whether you pay someone to audit it, it may eat your tokens, set -your printer on fire or startle your cat. Cryptocurrencies are a high-risk investment, no matter how fancy. +implied. See the License for the specific language governing permissions and limitations under the License.** + +Wormhole contributors encourage integrators to evaluate their own regulatory obligations when integrating this code into their products, including, but not limited to, those related to economic or trade sanctions compliance. +_Additionally, interacting with this software entails technological and financial risk—including the possibility of partial or total loss of digital assets—and you remain solely responsible for assessing and mitigating these risks before deployment or use._ \ No newline at end of file diff --git a/docs/images/architecture.webp b/docs/images/architecture.webp new file mode 100644 index 0000000000..72864f805b Binary files /dev/null and b/docs/images/architecture.webp differ diff --git a/docs/images/banner.jpg b/docs/images/banner.jpg deleted file mode 100644 index 0d216bb6cb..0000000000 Binary files a/docs/images/banner.jpg and /dev/null differ diff --git a/docs/images/overview.svg b/docs/images/overview.svg deleted file mode 100644 index a43ba06fea..0000000000 --- a/docs/images/overview.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - EthereumSolanaBSCTerraBridgeMessageobservationsUser agent /walletSigned messagepublished by WormholeSigned messagepublished to chains(fee paid by user) \ No newline at end of file diff --git a/docs/images/wormhole-banner.webp b/docs/images/wormhole-banner.webp new file mode 100644 index 0000000000..4846291a29 Binary files /dev/null and b/docs/images/wormhole-banner.webp differ