Skip to content
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

Implement Stacks and Bitcoin development resources #14

Open
whoabuddy opened this issue Oct 27, 2022 · 3 comments
Open

Implement Stacks and Bitcoin development resources #14

whoabuddy opened this issue Oct 27, 2022 · 3 comments
Assignees

Comments

@whoabuddy
Copy link
Contributor

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.

@whoabuddy
Copy link
Contributor Author

Also adding two that were shared recently:

@whoabuddy
Copy link
Contributor Author

Also this stacks-bitcoin-api that came out of the grants program.

@whoabuddy
Copy link
Contributor Author

Looking closer at the stacks-bitcoin-api package, this may simplify things as it uses some of these options as dependencies:

"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?

@whoabuddy whoabuddy changed the title Research Bitcoin development resources Implement Stacks and Bitcoin development resources Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants