From 3115e7fbbd31cdfe0ca9064fb9fa037a8be5cca1 Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Sat, 11 Feb 2023 08:24:05 +0700 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e85a21f328..efc8170adf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ +# Notional Wasm Zone -# Wasm Zone - -[![CircleCI](https://circleci.com/gh/CosmWasm/wasmd/tree/main.svg?style=shield)](https://circleci.com/gh/CosmWasm/wasmd/tree/main) [![codecov](https://codecov.io/gh/cosmwasm/wasmd/branch/main/graph/badge.svg)](https://codecov.io/gh/cosmwasm/wasmd) [![Go Report Card](https://goreportcard.com/badge/github.com/CosmWasm/wasmd)](https://goreportcard.com/report/github.com/CosmWasm/wasmd) [![license](https://img.shields.io/github/license/CosmWasm/wasmd.svg)](https://github.com/CosmWasm/wasmd/blob/main/LICENSE) @@ -14,6 +12,13 @@ This code was forked from the `cosmos/gaia` repository as a basis and then we ad many gaia-specific files. However, the `wasmd` binary should function just like `gaiad` except for the addition of the `x/wasm` module. +After the original repository was developed, Notional wanted more: + +* token factory by default +* github actions for code quality checks +* SDK 46 and 47 +* composable's virtual machine fork + **Note**: Requires [Go 1.19+](https://golang.org/dl/) For critical security issues & disclosure, see [SECURITY.md](SECURITY.md).