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
6 changes: 3 additions & 3 deletions packages/docs/Examples/index.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
order: -50
icon: apps
expanded: true
order: -55
icon: gear
expanded: false
2 changes: 1 addition & 1 deletion packages/docs/Lib/index.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
order: -60
icon: book
expanded: true
expanded: false
25 changes: 25 additions & 0 deletions packages/docs/apps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
order: -50
icon: apps
---

# Apps
The following are examples of open source applications builded with the Bitcoin Computer. They are all published under MIT licence so you can clone, copy, modify, contribute or use them as a starting point for you project.

## Wallet

Non custodial, open source wallet for Bitcoin and Litecoin. You can send cryptocurrency to a friend and see your balance, and the transactions sent and received.

[![wallet.bitcoincomputer.io](images/wallet.jpg)](https://wallet.bitcoincomputer.io)

## Explorer
Bitcoin Computer Explorer. You can explore all objects created, or log in to update your smart objects using the UI. Use the playground to create any smart contract you can imagine!

[![explorer.bitcoincomputer.io](images/explorer.jpg)](https://explorer.bitcoincomputer.io)


## Non Fungible Token

You can mint an NFT and trustless list it for sale. You also can see your own NFTs or buy any NFT listed.

[![nft.bitcoincomputer.io](images/nft.jpg)](https://nft.bitcoincomputer.io)
2 changes: 1 addition & 1 deletion packages/docs/comparison.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
order: -37
order: -70
icon: diff
---

Expand Down
Binary file added packages/docs/images/explorer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/docs/images/nft.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/docs/images/wallet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/docs/legal.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
order: -60
order: -80
icon: law
---

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/node.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
order: -50
order: -60
icon: package
---

Expand Down