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
- Host: GitHub
- URL: https://github.com/bitcoin-computer/monorepo
- Owner: bitcoin-computer
- Created: 2022-08-03T16:57:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T20:04:39.000Z (7 months ago)
- Last Synced: 2025-03-27T19:51:04.382Z (6 months ago)
- Topics: bitcoin, blockchain, dogecoin, javascript, litecoin, smart-contracts, typescript
- Language: JavaScript
- Homepage: https://docs.bitcoincomputer.io/
- Size: 849 MB
- Stars: 35
- Watchers: 8
- Forks: 20
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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).