From b93fdabf4c1a1ba35ce78454b8aafd661f36a4f4 Mon Sep 17 00:00:00 2001 From: Leopold Schabel Date: Mon, 16 Nov 2020 22:52:53 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e00060de..da94d92f 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Repo overview: - [tools/](tools/) — Reproducible builds for local development tooling like buf and protoc-gen-go. - [Tiltfile](Tiltfile), [devnet/](devnet/) and various Dockerfiles — deployment code and fixtures for local development. - Deploys a determimistic devnet with an Ethereum devnet, Solana devnet, and a variably sized guardian set + Deploys a deterministic devnet with an Ethereum devnet, Solana devnet, and a variably sized guardian set that can be used to simulate full cross-chain transfers. The Dockerfiles are carefully designed for fast incremental builds with local caching, and require a recent Docker version with Buildkit support. See DEVELOP.md for usage.