Skip to content

Commit

Permalink
account storage
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Dec 11, 2022
1 parent 4eafcb5 commit b647596
Show file tree
Hide file tree
Showing 7 changed files with 873 additions and 753 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### [0.7.1](https://github.com/xdevguild/buildo-begins/releases/tag/v0.7.1) (2022-12-11)
- added `buildo-begins account-store` (Account storage) - you can now save custom data under an account as key-value pairs
- updated dependencies

### [0.7.0](https://github.com/xdevguild/buildo-begins/releases/tag/v0.7.0) (2022-12-02)
- added some of the Meta ESDT operations (issue, roles, create), more soon
- updated dependencies
Expand All @@ -23,7 +27,7 @@
- fix misleading label for `buildo-begins converters`

### [0.3.0](https://github.com/xdevguild/buildo-begins/releases/tag/v0.3.0) (2022-07-23)
- added `buildo-begins converters` - a set of Elrond converters based on http://207.244.241.38/elrond-converters/
- added `buildo-begins converters` - a s et of Elrond converters based on http://207.244.241.38/elrond-converters/

### [0.2.2](https://github.com/xdevguild/buildo-begins/releases/tag/v0.2.2) (2022-07-08)
- added `buildo-begins wipe-esdt` - a command for wipe out the tokens held by a previously frozen account, reducing the supply (Wiping the tokens of an Account is an operation designed to help token managers to comply with regulations.)
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Meet Buildo. He is here to help you start creating in the MultiversX blockchain
- issuing and creating Meta ESDTs: https://youtu.be/dsRswHhIteU
- creating and checking the herotag for wallet address without the Maiar 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

### Related articles

Expand Down Expand Up @@ -51,9 +52,10 @@ Each command will display a set of self-explanatory prompts.

- `buildo-begins derive-pem` - derive PEM file from seed phrase
- `buildo-begins herotag` - create a herotag and assign it to addres and check addresses of existing ones
- `buildo-begins converters` - a set of converters based on excelent [Elrond Converters](http://207.244.241.38/elrond-converters/) but in the CLI, always at hand!
- `buildo-begins converters` - a set of converters based on excelent [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
- `buildo-begins change-owner-address` - You can change the owner address of the smart contract you own
- `buildo-begins account-store` - A wallet owner can store key-value pairs by using the built-in function SaveKeyValue that receives any number of key-value pairs.

#### ESDT operations

Expand Down Expand Up @@ -134,6 +136,6 @@ For now, the first version gives you basic stuff. But there will be much more:

### Other tools:

- [elven.js](https://www.elvenjs.com) - Authenticate, sign, and send transactions on the Elrond blockchain in the browser. No need for bundlers, frameworks, etc. Just import from the static script source, and you are ready to go. One static file to rule it all on the Elrond blockchain!
- [elven.js](https://www.elvenjs.com) - Authenticate, sign, and send transactions on the MultiversX (Elrond) blockchain in the browser. No need for bundlers, frameworks, etc. Just import from the static script source, and you are ready to go. One static file to rule it all on the MultiversX (Elrond) blockchain!
- [Elven Tools](https://www.elven.tools) - The PFP NFT toolset: NFT minter smart contract (decentralized way of minting), minter Nextjs dapp (interaction on the frontend side), CLI tool (deploy, configuration, interaction).
- [Next.js Dapp Template](https://github.com/xdevguild/nextjs-dapp-template) - general purpose Next.js dapp template
Loading

0 comments on commit b647596

Please sign in to comment.