Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@bitcoin-computer/bitcoin-computer
Advanced tools
Bitcoin|Computer is a platform for running smart contracts on Bitcoin. It is based on the following principles
*coming soon
When a Javascript program is executed, memory is allocated that stores the objects created by the program. When you deploy a smart contract to the Bitcoin|Computer, that object is additionally stored in one or more unspent transaction outputs (UTXOs).
The Bitcoin|Computer software guarantees that the UTXOs that store a smart object on the blockchain are synchronized to the locations on your hard drive that store the same object. This means that of either representations changes, the other one is updated as well.
In addition to deploying smart objects, the Bitcoin|Computer allows users to synchronize to smart objects that are already deployed on the blockchain. This provides a simple mechanism for building multi user applications: The shared state is stored on the blockchain and replicated on multiple users computers. Every user can call a function on an object on their local machine. As the object is synced to the blockchain the object on the blockchain updates as well which in turn updates all instances on other users machines.
FAQs
Smart Contracts on Bitcoin
We found that @bitcoin-computer/bitcoin-computer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.