From 9b4996e70ea87289acc44419a57f8c53b5157f4d Mon Sep 17 00:00:00 2001 From: "shiki.takahashi" Date: Thu, 2 Jun 2022 19:45:35 +0900 Subject: [PATCH] fix: re create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..287e181db --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# CosmWasm + +[![Tests](https://github.com/line/cosmwasm/actions/workflows/tests.yml/badge.svg)](https://github.com/line/cosmwasm/actions/workflows/tests.yml) + +**WebAssembly Smart Contracts for the LFB** + +This repository is forked from [CosmWasm/cosmwasm](https://github.com/CosmWasm/cosmwasm). + +For more detail, see the original documents. + +- [REDAME.md](https://github.com/CosmWasm/cosmwasm/blob/main/README.md) +- [SEMANTICS.md](https://github.com/CosmWasm/cosmwas/blob/main/SEMANTICS.md) +- [EntryPoints.md](https://github.com/CosmWasm/cosmwasm/blob/main/EntryPoints.md) +- [MIGRATING.md](https://github.com/CosmWasm/cosmwasm/blob/main/MIGRATING.md) +- [IBC.md](https://github.com/CosmWasm/cosmwasm/blob/main/IBC.md)