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
29 changes: 8 additions & 21 deletions docs/.vitepress/theme/components/CaseStudiesPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ const projects: Project[] = [
desc: 'An on and off-chain wallet infused with trading',
cats: ['mobile'],
},
{
name: 'Aciedo',
url: 'https://github.com/aciedo',
img: '/img/aciedo.svg',
desc: 'A financial infrastructure suite for developers and users',
cats: ['infra'],
},
{
name: 'Alby Hub',
url: 'https://albyhub.com/',
Expand All @@ -83,13 +76,6 @@ const projects: Project[] = [
caseStudy:
'/blog/alby-hub-uses-ldk-to-offer-a-self-custodial-lightning-wallet-for-everyone/',
},
{
name: 'AtomicDEX',
url: 'https://atomicdex.io/en/',
img: '/img/atomic.png',
desc: 'A multi-coin wallet, bridge, and DEX rolled into one app',
cats: ['desktop'],
},
{
name: 'AtomicLightningExchange',
url: 'https://github.com/SurajNaidu0/AtomicLightningExchange',
Expand Down Expand Up @@ -216,13 +202,6 @@ const projects: Project[] = [
cats: ['infra'],
caseStudy: '/blog/lqwd-liquidity-provider-get-liquidity-when-you-need-it/',
},
{
name: 'Mercury',
url: 'https://mercurywallet.com/',
img: '/img/mercury.png',
desc: 'A layer 2 bitcoin wallet that enables users to send and swap bitcoin privately',
cats: ['mobile', 'desktop'],
},
{
name: 'Mutiny',
url: 'https://mutinywallet.com/',
Expand Down Expand Up @@ -256,6 +235,14 @@ const projects: Project[] = [
caseStudy:
'/blog/sensei-uses-ldk-to-build-a-multi-node-lightning-server-application/',
},
{
name: 'Stable Channels',
url: 'https://github.com/toneloc/stable-channels',
img: '/img/github.png',
imgDark: '/img/github-white.png',
desc: 'Keep a portion of your bitcoin at a stable dollar value in self-custodial Lightning channels, built on LDK Node',
cats: ['mobile', 'desktop', 'infra'],
},
{
name: 'TEOS',
url: 'https://github.com/talaia-labs/rust-teos',
Expand Down
Loading