-
Notifications
You must be signed in to change notification settings - Fork 19
Thirdweb Integration - Complete Token, NFT & Smart Contract Management #252
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
base: main
Are you sure you want to change the base?
Conversation
bin/index.ts
Outdated
testnet: !!options.testnet, | ||
walletName: options.wallet!, | ||
}); | ||
await balanceCommand(!!options.testnet, options.wallet!, options.address); |
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.
Hey @soloking1412 , your PR is breaking almost all the commands on |
Sorry for inconvenience , I have now fixed all , build and tested . Kindly pull and recheck |
Hello @soloking1412 , I was running some tests on your contribution, and found this error when running Then, when running the command on testnet (where I have balance) And finally , when trying to call the function with a saved wallet I have received a note from people in charge of hacktivator program, and the requested me to send you this: This PR contains multiple errors and appears not to have been built or tested before submission. As it stands, the code is broken and cannot be merged. Please fix and thoroughly test your changes. If the issues are not resolved within 15 days, this PR will be rejected/closed. Then, if in 15 days it’s not fixed, we will reject it |
Issues are fixes in this commit a5b2b21 Kindly check |
Description
This PR adds comprehensive Thirdweb integration to rsk-cli, enabling users to deploy, manage, and interact with ERC20 tokens, ERC721 NFTs, and arbitrary smart contracts on the Rootstock blockchain.
Features Added
ERC20 Token Management
ERC721 NFT Management
Arbitrary Contract Deployment
IPFS Storage Integration
Security & UX Features
rootstock-wallet.json
Usage Examples
Technical Implementation
Dependencies Added
@thirdweb-dev/sdk
: Core Thirdweb SDKcommander
: CLI frameworkinquirer
: Interactive promptschalk
: Colored outputora
: Progress spinnersTesting