You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Meet Buildo. He is here to help you start creating in the MultiversX blockchain
30
30
31
31
### How to work with Buildo:
32
32
33
-
1. Install globally `npm install buildo-begins -g` or you can also run commands with npx, for example `npx buildo-begins issue-esdt`
33
+
1. Install globally `npm install buildo-begins -g` or you can also run commands with npx, for example `npx buildo-begins@latest issue-esdt`
34
34
2. Derive the pem from seed phrase: `buildo-begins derive-pem`
35
35
3. The walletKey.pem file will be created (**Be careful with this file when working with the mainnet. Please don't share it with anyone!**). (Other ways of signing, for example with hardware wallet are in plans)
36
36
4. Check the commands with `buildo-begins --help`
@@ -46,7 +46,7 @@ Each command will display a set of self-explanatory prompts. If there is somethi
46
46
#### General operations
47
47
48
48
-`buildo-begins derive-pem` - derive PEM file from seed phrase
49
-
-`buildo-begins init` - initialize the NextJS dapp template or simple smart contract for learning purposes
49
+
-`buildo-begins init` - initialize the NextJS dapp template, Piggy Bank smart contract and dapp for learning purposes or Buildo.dev dapp
50
50
-`buildo-begins herotag` - create a herotag and assign it to address and check addresses of existing ones
51
51
-`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!
52
52
-`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
nextJsDappTemplate: `The NextJS Dapp template is initialized in the ${dappDirectoryName} directory. Npm dependencies installed. .env.example copied into .env.local - change the settings there.`,
19
+
piggyBankExampleSc: `The PiggyBank Smart Contract is initialized in ${dappDirectoryName}. You can now use VS Code and MultiversX IDE extension to configure your workspace and work with it. Check MultiversX IDE for VS Code on how to start!`,
20
+
piggyBankExampleDapp: `The Piggy Bank Dapp is initialized in the ${dappDirectoryName} directory. Npm dependencies installed. .env.example copied into .env.local - change the settings there.`,
21
+
buildoDev: `The Buildo.dev Dapp is initialized in the ${dappDirectoryName} directory. Npm dependencies installed. .env.example copied into .env.local - change the settings there.`,
? `The NextJS Dapp template is initialized in the ${dappDirectoryName} directory. Npm dependencies installed. .env.example copied into .env.local - change the settings there.`
61
-
: `The PiggyBank Smart Contract is initialized in ${dappDirectoryName}. You can now use VS Code and MultiversX IDE extension to configure your workspace and work with it. Check https://youtu.be/y0beoihLppA on how to start!`
0 commit comments