Skip to content
Merged
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 packages/playground/src/views/solutions_view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ export default {
"Deploy a Bitcoin Node on the ThreeFold Grid. Run your own Bitcoin full node to participate in the Bitcoin network, validate transactions, and maintain a complete copy of the blockchain.",
icon: "BTC_Node.png",
route: DashboardRoutes.Applications.BTCNode,
releaseDate: new Date("2025-11-4"),
},
];
app_cards = app_cards.sort((a, b) => a.title.localeCompare(b.title));
Expand Down