Add aeser_contract_code

This commit is contained in:
Hans Svensson
2019-08-22 14:34:17 +02:00
parent e24650d52a
commit 1fdd580050
4 changed files with 154 additions and 1 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
{erl_opts, [debug_info]}.
{deps, [{base58, {git, "https://github.com/aeternity/erl-base58.git", {ref,"60a3356"}}}
{deps, [ {base58, {git, "https://github.com/aeternity/erl-base58.git", {ref, "60a3356"}}}
, {enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "26180f4"}}}
]}.