We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would things like MiniScript and BitcoinDevKit be useful for our goals?
Here are current examples examples in Clarity and Typescript from Magic Bridge, which uses bitcoinjs-lib.
bitcoinjs-lib
The text was updated successfully, but these errors were encountered:
Also adding two that were shared recently:
Sorry, something went wrong.
Also this stacks-bitcoin-api that came out of the grants program.
Looking closer at the stacks-bitcoin-api package, this may simplify things as it uses some of these options as dependencies:
stacks-bitcoin-api
"dependencies": { "@stacks/blockchain-api-client": "^4.0.1", "@stacks/connect": "^6.8.4", "@stacks/network": "^4.3.0", "@stacks/transactions": "^4.2.1", "bitcoinjs-lib": "web3devs/bitcoinjs-lib", "bn.js": "^5.2.1", "cryptojs": "^2.5.3", "dotenv": "^16.0.1", "merkletreejs": "^0.2.31" },
Tagging @bruffstar since this will be interesting from the front-end perspective - your thoughts?
lgalabru
No branches or pull requests
Would things like MiniScript and BitcoinDevKit be useful for our goals?
Here are current examples examples in Clarity and Typescript from Magic Bridge, which uses
bitcoinjs-lib
.The text was updated successfully, but these errors were encountered: