-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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(new-plugin): support btcfun plugin #2643
base: develop
Are you sure you want to change the base?
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Hi @Nevermore-Ray! Welcome to the elizaOS community. Thanks for submitting your first pull request; your efforts are helping us accelerate towards AGI. We'll review it shortly. You are now an elizaOS contributor!
474ff46
to
7aa9783
Compare
7aa9783
to
5b722e9
Compare
5b722e9
to
125801c
Compare
@shakkernerd Could you please help review this PR? |
@Nevermore-Ray can you give access to push changes to this PR |
Do you mean that you want to grant us access to the permissions of our GitHub repo? I've made another small change here that fully supports Runes. The additions is minimal, and you can directly check if this PR works." |
btcfun Plugin for Eliza
Description
BTC.Fun enables users to effortlessly launch and trade Runes/BRC20 tokens on the Bitcoin network in a permissionless environment. Through the platform, anyone can create their own Runes/BRC20 tokens and initiate a minting process. If the funding goal is met, all minting fees are pooled into the Liquidity Pool to boost trading activity. If the goal is not reached, users will receive a 95% refund on minting fees. This functionality is powered by an Eliza plugin, ensuring seamless and efficient operations throughout the process.
Features
Relates To
Risks
Background
What does this PR do?
This PR adds support for Eliza to interact with btcfun, enabling users to:
What kind of change is this?
Documentation Changes
If documentation changes are needed, they have been updated accordingly.
Testing
Where should a reviewer start?
README.md
file of this plugin.Detailed Testing Steps
Please refer to the
README.md
file in this plugin for detailed testing instructions.