bitcoin-nfts / bitcoin-colors

A sample NFT collection that shows the strong connection between Stacks and Bitcoin.
6 stars 2 forks source link

Implement Stacks and Bitcoin development resources #14

Open whoabuddy opened 1 year ago

whoabuddy commented 1 year ago

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 commented 1 year ago

Also adding two that were shared recently:

whoabuddy commented 1 year ago

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

whoabuddy commented 1 year ago

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?