Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion developers/smart-contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ If you are new to CosmWASM and Smart Contracts, we recommend checking out the CW

{% embed url="https://github.com/InterWasm/cw-template" %}

When you are ready to deploy, you will need a local build of the chain core, in order to store your code on-chain and submit governance proposals to instantiate it.
When you are ready to deploy, you will need a local build of the chain core, in order to store your code on-chain and submit governance proposals to instantiate it. This requires go1.18 or newer.

```bash
git clone https://github.com/Team-Kujira/core
cd core
go mod download all
go mod tidy
make install
```

Expand Down