Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoalencar committed Sep 28, 2022
1 parent 429a836 commit 9464fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Just a simple `docker build -t tuna .` should work. And use `docker run --rm -v

## Compiling

You'll first need a Michelson contract so we can compile it to WebAssembly using tunac, you can use the one in [](./packages/tunac/tests/increment.tz) which is based on the increment example on [](https://ide.ligolang.com).
You'll first need a Michelson contract so we can compile it to WebAssembly using tunac, you can use the one in [./packages/tunac/tests/increment.tz](./packages/tunac/tests/increment.tz) which is based on the increment example on [https://ide.ligolang.com](https://ide.ligolang.com).

Then we need an inital storage for the contract, which is this case is just an integer. The format is `tunac originate <contract file> <initial storage>`.

Expand Down

0 comments on commit 9464fad

Please sign in to comment.