Skip to content

Commit 0aa65d5

Browse files
committed
callout base64 inputs
1 parent a6f3ed6 commit 0aa65d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/create_lilypad_module/templates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ To build and run a module on Lilypad Network, you'll need to have the [Lilypad C
1515

1616
Your module's ready! 🎉
1717

18-
Once your Docker image has been pushed to Docker Hub, you can run your module on Lilypad Network:
18+
Once your Docker image has been pushed to Docker Hub, you can run your module on Lilypad Network.
1919

20-
> Run `git log` in your terminal to easily find the latest commit hash to use as the GitHub tag.
20+
> Make sure that you Base64 encode your input.
2121
2222
```sh
2323
export WEB3_PRIVATE_KEY=WEB3_PRIVATE_KEY

0 commit comments

Comments
 (0)