# Downloads

All of our code is in the Bitcoin Computer Monorepo on Github. To download it run:

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

The monorepo contains the following packages

# Core

  • Lib - A Javascript library for smart contracts
  • Node - Server side infrastructure for smart contracts
  • NakamotoJS - A Javascript library for building and parsing transactions

# Applications

  • Wallet - A non-custodial wallet
  • Blockchain Explorer - A block explorer with smart contract support
  • Chat - A p2p chat via Bitcoin and Litecoin
  • TBC20 App - An app for minting, sending, and storing fungible tokens
  • TBC721 App - An app for minting, sending, and storing non-fungible tokens

# Standard Contracts

  • TBC20 contract - An implementation of the ERC20 Fungible Token Standard
  • TBC721 contract - An implementation of the ERC721 Non-Fungible Token Standard

# Templates

# Documentation

  • Docs - The sources for the documentation
  • Website - The sources for the website