-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: multiversx plugin #860
Merged
lalalune
merged 15 commits into
elizaOS:develop
from
mgavrila:feature/multivesrx-plugin
Dec 14, 2024
Merged
feat: multiversx plugin #860
lalalune
merged 15 commits into
elizaOS:develop
from
mgavrila:feature/multivesrx-plugin
Dec 14, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b654ebf
to
78ec35c
Compare
lalalune
previously approved these changes
Dec 7, 2024
78ec35c
to
1d3c41b
Compare
b33d8e5
to
ff47f55
Compare
ff47f55
to
989a2a8
Compare
odilitime
previously approved these changes
Dec 10, 2024
b326e79
to
47f3c6a
Compare
47f3c6a
to
eaa3ce4
Compare
a00b160
to
f8873a3
Compare
314d99a
to
b47ff06
Compare
This was referenced Feb 10, 2025
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Risks
Background
MultiversX, the EGLD network, is a distributed blockchain network for next-gen applications. Decentralized via 3,000+ nodes, scalable through sharding, fast, secure & green.
What does this PR do?
Introducing new plugin for agent to manage a MultiversX wallet.
What kind of change is this?
Documentation changes needed?
Testing
Where should a reviewer start?
Go to the multiversx-plugin directory. For the moment i only support transfer of EGLD and ESDT tokens and new token creation. New features will be added.
Detailed testing steps
Enable the multiversx-plugin in the test agent, set the MultiversX wallet private key and network in .env.
For unit test, run pnpm test in plugin-multiversx directory.