An open API service indexing awesome lists of open source software.

https://github.com/bitcoin-computer/monorepo

A Turing-complete smart contract system for Bitcoin and Litecoin
https://github.com/bitcoin-computer/monorepo

bitcoin blockchain dogecoin javascript litecoin smart-contracts typescript

Last synced: 6 months ago
JSON representation

A Turing-complete smart contract system for Bitcoin and Litecoin

Awesome Lists containing this project

README

          


bitcoin-computer-logo

Bitcoin Computer



A smart contract system for Bitcoin and Litecoin

website · docs


This monorepo contains everything you need to build smart contract based applications.

## Getting Started

See [here](https://docs.bitcoincomputer.io/start/).

## Demos

- [wallet.bitcoincomputer.io](https://wallet.bitcoincomputer.io/)
- [explorer.bitcoincomputer.io](https://explorer.bitcoincomputer.io/)
- [nft.bitcoincomputer.io](https://nft.bitcoincomputer.io/)

## Help

- [Documentation](https://docs.bitcoincomputer.io/)
- [Telegram](https://t.me/thebitcoincomputer)
- [Twitter](https://twitter.com/TheBitcoinToken)

## Packages

### Core

- [Lib](https://github.com/bitcoin-computer/monorepo/tree/main/packages/lib#readme) - A JavaScript library for smart contracts
- [Node](https://github.com/bitcoin-computer/monorepo/tree/main/packages/node#readme) - Server side infrastructure for smart contracts
- [NakamotoJS](https://github.com/bitcoin-computer/monorepo/tree/main/packages/nakamotojs#readme) - A JavaScript library for building and parsing transactions

### Applications

- [Wallet](https://github.com/bitcoin-computer/monorepo/tree/main/packages/wallet#readme) - A non-custodial wallet
- [Blockchain Explorer](https://github.com/bitcoin-computer/monorepo/tree/main/packages/explorer#readme) - A block explorer with smart contract support
- [Chat](https://github.com/bitcoin-computer/monorepo/tree/main/packages/chat#readme) - A p2p chat via Bitcoin and Litecoin
- [Fungible Token App](https://github.com/bitcoin-computer/monorepo/tree/main/packages/ft#readme) - An app for minting, sending, and storing fungible tokens
- [Non Fungible Token App](https://github.com/bitcoin-computer/monorepo/tree/main/packages/nft#readme) - An app for minting, sending, and storing non-fungible tokens

### Standard Contracts

- [TBC20](https://github.com/bitcoin-computer/monorepo/tree/main/packages/TBC20#readme) - An implementation of the ERC20 Fungible Token Standard
- [TBC721](https://github.com/bitcoin-computer/monorepo/tree/main/packages/TBC721#readme) - An implementation of the ERC721 Non-Fungible Token Standard
- [Swap](https://github.com/bitcoin-computer/monorepo/tree/main/packages/swap#readme) - An implementation of TBC721 swap and sale contracts

### Templates

- [Node.js Template](https://github.com/bitcoin-computer/monorepo/tree/main/packages/nodejs-template#readme) - A template for starting a new server side app
- [React Template](https://github.com/bitcoin-computer/monorepo/tree/main/packages/cra-template#readme) - A template for starting a new client side app

### Documentation

- [Docs](https://github.com/bitcoin-computer/monorepo/tree/main/packages/docs#readme) - The sources for the documentation
- [Website](https://github.com/bitcoin-computer/monorepo/tree/main/packages/website#readme) - The sources for the website

## Legal Notice

See [here](https://github.com/bitcoin-computer/monorepo/tree/main/packages/lib#legal-notice).