From 1e05c9d52c23b7b66669306f83aa9ad05f4e1b0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fri=C3=B0rik=20=C3=81smundsson?= Date: Thu, 11 Jan 2024 09:30:01 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 921b357..77c265b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!IMPORTANT] +> This repo has been archived and its code merged into https://github.com/consensus-shipyard/ipc + # fvm-utils This repo contains a series of crates that serve as utils for fvm development and testing. Here are some simple breakdowns: @@ -7,4 +10,4 @@ handy utility functions such as `transaction` and `verification`. - example: Contains a sample user defined actor using `runtime` and `primitive` crate which one can deploy to `fvm` as wasm binary. -For more details, please refer to each crate's `README.md`. \ No newline at end of file +For more details, please refer to each crate's `README.md`.