From b3fdb8bcab782feb0ca2361f8fc7ff6a3825ec3b Mon Sep 17 00:00:00 2001 From: Dimitar Dzhurenov Date: Fri, 15 Feb 2019 09:36:42 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5635025..f8fbe77 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ To compile your smart contract and to generate WASM & ABI files the following co infeos compile [abi] ``` +If you're deploying the example smart contract (universe.cpp) you can use the created abi for it from [here](https://gist.github.com/DimitarSD/9b3af2a3312b78fe4c0826018e7346ce) # Deploy