Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ packages/cra-template
packages/docs
packages/explorer
packages/nft
packages/ft
packages/nodejs-template
packages/secp256k1
packages/swap/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ This monorepo contains everything you need to build smart contract based applica
* [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
* [TBC20 App](https://github.com/bitcoin-computer/monorepo/tree/main/packages/TBC20-app#readme) - An app for minting, sending, and storing fungible tokens
* [TBC721 App](https://github.com/bitcoin-computer/monorepo/tree/main/packages/TBC721-app#readme) - An app for minting, sending, and storing non-fungible tokens
* [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
Expand Down
4 changes: 2 additions & 2 deletions packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ This monorepo contains the following packages.
* [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
* [TCB20 App](https://github.com/bitcoin-computer/monorepo/tree/main/packages/TBC20-app#readme) - An app for minting, sending, and storing fungible tokens
* [TBC721 App](https://github.com/bitcoin-computer/monorepo/tree/main/packages/TBC721-app#readme) - An app for minting, sending, and storing non-fungible tokens
* [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
Expand Down
8 changes: 0 additions & 8 deletions packages/TBC404-app/.env.example

This file was deleted.

21 changes: 0 additions & 21 deletions packages/TBC404-app/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions packages/TBC404-app/.prettierrc

This file was deleted.

86 changes: 0 additions & 86 deletions packages/TBC404-app/README.md

This file was deleted.

64 changes: 0 additions & 64 deletions packages/TBC404-app/package.json

This file was deleted.

Binary file removed packages/TBC404-app/public/BitcoinComputer-Logo.png
Binary file not shown.
Binary file removed packages/TBC404-app/public/favicon.ico
Binary file not shown.
43 changes: 0 additions & 43 deletions packages/TBC404-app/public/index.html

This file was deleted.

Binary file removed packages/TBC404-app/public/logo.png
Binary file not shown.
Binary file removed packages/TBC404-app/public/logo192.png
Binary file not shown.
Binary file removed packages/TBC404-app/public/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions packages/TBC404-app/public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/TBC404-app/public/robots.txt

This file was deleted.

38 changes: 0 additions & 38 deletions packages/TBC404-app/src/App.css

This file was deleted.

9 changes: 0 additions & 9 deletions packages/TBC404-app/src/App.test.tsx

This file was deleted.

40 changes: 0 additions & 40 deletions packages/TBC404-app/src/App.tsx

This file was deleted.

Loading