mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-02-05 01:53:49 +00:00
chore: update docs link
This commit is contained in:
parent
32e829ca1f
commit
2511510213
@ -7,57 +7,85 @@ const projectsData: ProjectData[] = [
|
||||
{
|
||||
name: 'IFT',
|
||||
items: [
|
||||
{ number: '1.', title: 'Deck', link: 'https://logos.co' },
|
||||
{ number: '2.', title: 'Whitepaper', link: 'https://logos.co' },
|
||||
{ number: '3.', title: 'Github', link: 'https://logos.co' },
|
||||
{ number: '1.', title: 'Website', link: 'https://free.technology/' },
|
||||
{ number: '2.', title: 'X', link: 'https://x.com/InstituteFT' },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Logos',
|
||||
items: [
|
||||
{ number: '1.', title: 'Deck', link: 'https://logos.co' },
|
||||
{ number: '2.', title: 'Whitepaper', link: 'https://logos.co' },
|
||||
{ number: '3.', title: 'Github', link: 'https://logos.co' },
|
||||
{ number: '1.', title: 'Website', link: 'https://logos.co/' },
|
||||
{ number: '2.', title: 'X', link: 'https://x.com/Logos_network' },
|
||||
{ number: '3.', title: 'Discord', link: 'https://t.co/4jCZkP1Gmu' },
|
||||
{
|
||||
number: '3.',
|
||||
title: 'Logos Press Engine',
|
||||
link: 'https://press.logos.co/',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Operators',
|
||||
items: [
|
||||
{ number: '1.', title: 'Deck', link: 'https://logos.co' },
|
||||
{ number: '2.', title: 'Whitepaper', link: 'https://logos.co' },
|
||||
{ number: '3.', title: 'Github', link: 'https://logos.co' },
|
||||
{
|
||||
number: '1.',
|
||||
title: 'Operator Dashboard',
|
||||
link: 'https://dashboard.logos.co/',
|
||||
},
|
||||
{ number: '2.', title: 'The Exit', link: 'https://exit.logos.co/' },
|
||||
{ number: '3.', title: 'X', link: 'https://x.com/exit_operator' },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Vac',
|
||||
items: [
|
||||
{ number: '1.', title: 'Deck', link: 'https://logos.co' },
|
||||
{ number: '2.', title: 'Whitepaper', link: 'https://logos.co' },
|
||||
{ number: '3.', title: 'Github', link: 'https://logos.co' },
|
||||
{ number: '1.', title: 'Website', link: 'https://vac.dev/' },
|
||||
{ number: '2.', title: 'X', link: 'https://x.com/vacp2p' },
|
||||
{ number: '3.', title: 'Vac Forum', link: 'https://forum.vac.dev/' },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Codex',
|
||||
items: [
|
||||
{ number: '1.', title: 'Deck', link: 'https://logos.co' },
|
||||
{ number: '2.', title: 'Whitepaper', link: 'https://logos.co' },
|
||||
{ number: '3.', title: 'Github', link: 'https://logos.co' },
|
||||
{ number: '1.', title: 'Website', link: 'https://codex.storage/' },
|
||||
{ number: '2.', title: 'X', link: 'https://x.com/Codex_storage' },
|
||||
{
|
||||
number: '3.',
|
||||
title: 'Github',
|
||||
link: 'https://github.com/codex-storage',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Waku',
|
||||
items: [
|
||||
{ number: '1.', title: 'Deck', link: 'https://logos.co' },
|
||||
{ number: '2.', title: 'Whitepaper', link: 'https://logos.co' },
|
||||
{ number: '3.', title: 'Github', link: 'https://logos.co' },
|
||||
{ number: '1.', title: 'Website', link: 'https://waku.org/' },
|
||||
{ number: '2.', title: 'X', link: 'https://x.com/waku_org' },
|
||||
{ number: '3.', title: 'Github', link: 'https://github.com/waku-org' },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Nomos',
|
||||
items: [
|
||||
{ number: '1.', title: 'Deck', link: 'https://logos.co' },
|
||||
{ number: '2.', title: 'Whitepaper', link: 'https://logos.co' },
|
||||
{ number: '3.', title: 'Github', link: 'https://logos.co' },
|
||||
{ number: '1.', title: 'Website', link: 'https://nomos.tech/' },
|
||||
{ number: '2.', title: 'X', link: 'https://x.com/Nomos_tech' },
|
||||
{
|
||||
number: '3.',
|
||||
title: 'Github',
|
||||
link: 'https://github.com/logos-co/nomos-node',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Keycard',
|
||||
items: [
|
||||
{ number: '1.', title: 'Website', link: 'https://keycard.tech/' },
|
||||
{ number: '2.', title: 'X', link: 'https://x.com/Keycard_' },
|
||||
{
|
||||
number: '3.',
|
||||
title: 'Github',
|
||||
link: 'https://github.com/status-im/status-keycard',
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user