From a445eb3dbad746b7acc12fb37d83db21fe9e916a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20=C4=86wirko?= Date: Sun, 29 Jan 2023 17:17:06 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a602a2..ca2fb87 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Meet Buildo. He is here to help you start creating in the MultiversX blockchain - creating and checking the herotag for wallet address without the xPortal App: https://youtu.be/nvda-zCffck - data converters: https://youtu.be/soUq9eX9-0s - storing data under an account as key-value pairs: https://youtu.be/gPVUkOgak1E +- init dapp and smart contract example: https://youtu.be/9J9sJ5kaCJc ### Related articles From c76a29cd2c8a7062e5bb8474f10301a1081a5d7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20=C4=86wirko?= Date: Sun, 29 Jan 2023 17:42:45 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca2fb87..60f8e12 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Each command will display a set of self-explanatory prompts. #### General operations - `buildo-begins derive-pem` - derive PEM file from seed phrase +- `buildo-begins init` - initialize the NextJS dapp template or simple smart contract for learning purposes - `buildo-begins herotag` - create a herotag and assign it to address and check addresses of existing ones - `buildo-begins converters` - a set of converters based on excellent [MultiversX (Elrond) Converters](http://207.244.241.38/elrond-converters/) but in the CLI, always at hand! - `buildo-begins claim-developer-rewards` - Claim dev rewards from your smart contract. You have to use the owner's wallet address (PEM) when calling it