monorepo
monorepo copied to clipboard
A Turing-complete smart contract system for Bitcoin and Litecoin
We want to make the supported jurisdictions configurable.
Fresh clone, npm i in the root, and then running `npm start dev` in `packages/explorer` lead to this: ``` ~/projects/bitcoin-computer/packages/explorer | on main !1 ------------------------------------------------------- at 00:06:40 > npm run...
After I switched to tBTC, the UI becomes unresponsive, probably due to the RPC URLs not working but the UI should not freeze nonetheless. https://github.com/bitcoin-computer/monorepo/assets/5013932/1e8094c2-e366-4c4c-b502-bde217fdde44
I was trying out the explorer and it looks like local storage is used to save the network. Wouldn't it be better to use URL routes like `/:network` for this?...
For the wallet component: * Add a form to the wallet sidebar with * a text field amount * a text field "To" for an address * button "withdraw" *...
In NakamotoJS: * Make sure that we are always using Buffer from the NPM package and never the node buffer * Make sure we are using the correct typeforce buffer...
The new app can replace the old nft app that is not working anymore * [x] Clone the CRA-template * [x] Plug in the nft contract from the TBC721 project...