monorepo
monorepo copied to clipboard
A Turing-complete smart contract system for Bitcoin and Litecoin
We should make it possible for the developer to specify input and output scripts in smart contracts. This will enable advanced applications that cannot be currently built. For example one...
It currently requires two http requests to determine the value of a smart object and the smart contract that created it. However when determining the value the smart contract needs...
First, have a look at the PRs for the Pepecoin integration: https://github.com/bitcoin-computer/monorepo/pull/227 https://github.com/Bitcoin-Computer-Secrets/secret-repo/pull/323 * [ ] Create a Doge docker image. We can get started with [this](https://github.com/evaluationcopy/dogecoin-node/blob/main/Dockerfile) Dockerfile. The author...
We should update all packages to their latest version if possible (like yarn upgrade and yarn upgrade latest). Afaik relevant commands are: https://docs.npmjs.com/updating-packages-downloaded-from-the-registry https://docs.npmjs.com/cli/v10/commands/npm-outdated We have to make sure that...
* Remove code that's for multicoin selection in the navigation bar * Adds a deploy file to deploy smart contracts an integrates the module specifier into the app
**TODO at DB level** - [x] Add block_hash to output and input table - [x] Create blocks_header table (block_height, block_hash, prev_hash?) - [x] Add new table syncBlockStatus (block_height) - [x]...
* [x] The NFT class should store the following data: title, artist * [x] The NFT page in the app should display the image in top, underneath the title in...
- When running the integration test over PEPE regtest, there are errors like "amount value too small". Probably the defaults values for pepecoin differs from those used on Bitcoin and...
- [x] testing explorer - [x] testing wallet - [x] testing nft