-
Notifications
You must be signed in to change notification settings - Fork 366
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
[Feature] Support Stacks Blockchain #3892
Comments
You can refer to it first. If there's anything you don't understand, or that method doesn't understand, I'll help you out. |
@ByteZhang1024 What is the different between |
IEncodedTx
IDecodedTx |
@ByteZhang1024 Thank you for the clarification. How do you handle testnets? I see that create createClientFromURL does not take a testnet or chainid flag. |
packages/shared/src/config/presetNetworks.ts |
Is your feature request related to a problem? Please describe.
As a Stx holder, I would like to send and receive stx. Ideally, I would be able to stack/stake my stx.
Describe the solution you'd like
The app should show the stx balance and let me receive and send stx.
Support for sip9 tokens would be the next step.
Describe alternatives you've considered
Use a different app 😭
Additional context
I can help developing, but need some guidance about the process.
The text was updated successfully, but these errors were encountered: