-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Adding plugin for B² Network #2010
Conversation
feat: transfer action
docs: update readme
@shakkernerd Could you please help review this PR? |
Okay, I will look into it. |
Is it me blind or we miss agent/index.ts and the .json ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@threewebcode Basically, I can see repeated patterns in the code and I have commented on most, kindly use those comments to make the necessary adjustments.
What he meant is the implementation of your plugin in |
Thanks for your feedback. All of them are resolved. |
You are welcome. I added a few above. |
Please help take a look again. |
A few of the changes aren't done yet. |
Sorry. I can not see any new comments added by you. Could you please clarify them?. Moreover, there is no unresolved code review conversation above. |
|
fix: empty default value and resolve type error
@shakkernerd Thanks for your helpful review and detailed instructions. The codes are refactored and refined. Please take a look again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
B² Network is a Bitcoin Layer2 network. Add this plugin to integrate with Eliza so that users can interact with B² Network through Eliza agent.
Relates to
Add B² Network plugin into Eliza system.
Risks
Low
Main implementation risk is that the Plugin doesn't work correctly.
Background
What does this PR do?
B² Network is the first Bitcoin Rollup based on zero-knowledge proof verification commitment, while also offering a DA Layer solution for other Bitcoin rollups.
Adds support for Eliza to interact with B² Network and allows users to interact with B² Network through Eliza agent.
What kind of change is this?
Features (non-breaking change which adds functionality).
Documentation changes needed?
If documentation change is needed: I have updated the documentation accordingly.
Testing
Where should a reviewer start?
Spin up an agent with the b2 plugin
Detailed testing steps
Please refer to REAME.md in this plugin