Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update projects and wallets pages #415

Merged
merged 1 commit into from
Jul 23, 2024
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
151 changes: 124 additions & 27 deletions website/docs/ecosystem/EcoCardContents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ecoCardContents: EcoCardProps[] = [
"An extended RGB protocol to manage state changes and transaction verification",
href: "https://github.com/ckb-cell/RGBPlusPlus-design",
bannerSrc: "rgb++",
tags: ["Protocol"],
tags: ["Protocol", "RGB++"],
links: [
{
label: "github",
Expand Down Expand Up @@ -41,6 +41,80 @@ const ecoCardContents: EcoCardProps[] = [
{ label: "github", link: "https://github.com/nervina-labs?q=joyid" },
],
},
{
title: "HueHub",
description: "First DEX for RGB++ Assets on Bitcoin",
href: "https://huehub.xyz/",
bannerSrc: "huehub",
tags: ["RGB++", "DEX", "DApp"],
links: [{ label: "website", link: "https://huehub.xyz/" }],
},
{
title: "Haste",
description: "Assets Management Tool for Bitcoin/RGB++/CKB",
href: "https://haste.pro/",
bannerSrc: "haste",
tags: ["RGB++", "DApp"],
links: [{ label: "website", link: "https://haste.pro/" }],
},
{
title: "UTXO Swap",
description:
"An AMM DEX that trades assets within the RGB++ and CKB ecosystems",
href: "https://utxoswap.xyz/",
bannerSrc: "utxoswap",
tags: ["RGB++", "DEX", "DApp"],
links: [
{ label: "website", link: "https://utxoswap.xyz/" },
{ label: "doc", link: "https://utxoswap.gitbook.io/en" },
],
},
{
title: "Stable++",
description: "The first stablecoin issued on RGB++",
href: "https://www.stablepp.xyz/",
bannerSrc: "stable++",
tags: ["RGB++"],
links: [{ label: "website", link: "https://www.stablepp.xyz/" }],
},
{
title: "Unicorn",
description: "The First DOBs on CKB",
href: "https://unidob.xyz/",
bannerSrc: "unicorn",
tags: ["DOB"],
links: [
{ label: "website", link: "https://unidob.xyz/" },
{
label: "doc",
link: "https://unicorns-organization.gitbook.io/unicorn-cao-zuo-shou-ce",
},
],
},
{
title: "Dobby market",
description: "The platform for Digital Objects on Bitcoin",
href: "https://app.dobby.market/",
bannerSrc: "dobby",
tags: ["DOB", "DEX", "DApp"],
links: [{ label: "website", link: "https://app.dobby.market/" }],
},
{
title: "World3",
description: "AI-powered autonomous world on Bitcoin",
href: "https://world3.ai/",
bannerSrc: "world3",
tags: ["AIW"],
links: [{ label: "website", link: "https://world3.ai/" }],
},
{
title: "Cellula",
description: "A fully on-chain artificial life simulation game",
href: "https://www.cellula.life/",
bannerSrc: "cellula",
tags: ["AIW"],
links: [{ label: "website", link: "https://www.cellula.life/" }],
},
{
title: ".bit",
description: "Cross-chain Web3 identities for you and your community",
Expand All @@ -62,7 +136,7 @@ const ecoCardContents: EcoCardProps[] = [
"The 1st inscription protocol established on Nervos $CKB blockchain",
href: "https://omiga.io/",
bannerSrc: "omiga",
tags: ["Protocol", "DApp"],
tags: ["Protocol", "DOB", "DEX", "DApp"],
links: [
{ label: "website", link: "https://omiga.io/" },
{ label: "doc", link: "https://docs.omiga.io/" },
Expand Down Expand Up @@ -189,6 +263,14 @@ const ecoCardContents: EcoCardProps[] = [
},
],
},
{
title: "Gate",
description: "A browser-extension wallet that supports CKB & RGB++ assets",
href: "https://www.gate.io/web3",
bannerSrc: "gate",
tags: ["RGB++", "Wallet"],
links: [{ label: "website", link: "https://www.gate.io/web3" }],
},
{
title: "imToken",
description:
Expand All @@ -205,6 +287,22 @@ const ecoCardContents: EcoCardProps[] = [
},
],
},
{
title: "Rei Wallet",
description:
"CKB's native Chrome-extension wallet for digital asset management",
href: "https://reiwallet.io/#home",
bannerSrc: "reiwallet",
tags: ["RGB++", "Wallet"],
links: [
{ label: "website", link: "https://reiwallet.io/#home" },
{ label: "github", link: "https://github.com/teamtaoist/" },
{
label: "doc",
link: "https://docs.reiwallet.io/",
},
],
},
{
title: "SafePal",
description:
Expand Down Expand Up @@ -314,18 +412,6 @@ const ecoCardContents: EcoCardProps[] = [
},
],
},
{
title: "Axon",
description: "A L2 framework that unleashes the power of appchain future",
href: "https://axonweb3.io/",
bannerSrc: "axon",
tags: ["Tools & Infra"],
links: [
{ label: "website", link: "https://axonweb3.io/" },
{ label: "github", link: "https://github.com/axonweb3/axon" },
{ label: "doc", link: "https://docs.axonweb3.io/" },
],
},
{
title: "BandProtocol",
description: "A L2 framework that unleashes the power of appchain future",
Expand Down Expand Up @@ -356,19 +442,6 @@ const ecoCardContents: EcoCardProps[] = [
},
],
},
{
title: "Godwoken",
description:
"An EVM-compatible, L2 optimistic rollup solution built on Nervos L1",
href: "https://www.godwoken.com/",
bannerSrc: "godwoken",
tags: ["Tools & Infra"],
links: [
{ label: "website", link: "https://www.godwoken.com/" },
{ label: "github", link: "https://github.com/godwokenrises" },
{ label: "doc", link: "https://docs.godwoken.io/" },
],
},
{
title: "Khalani",
description:
Expand All @@ -381,6 +454,17 @@ const ecoCardContents: EcoCardProps[] = [
{ label: "doc", link: "https://blog.khalani.network/" },
],
},
{
title: "Metaforo",
description: "Governance tool supporting CKB",
href: "https://metaforo.io/",
bannerSrc: "metaforo",
tags: ["Tools & Infra"],
links: [
{ label: "website", link: "https://metaforo.io/" },
{ label: "doc", link: "https://metaforo.io/g/metaforodocs" },
],
},
{
title: "Perun",
description:
Expand All @@ -402,6 +486,19 @@ const ecoCardContents: EcoCardProps[] = [
tags: ["Tools & Infra"],
links: [{ label: "website", link: "https://unifra.io/" }],
},
{
title: "UTXO Stack",
description: "Bitcoin-Native programmability and scalability Layer 2",
href: "https://www.utxostack.network/en-us",
bannerSrc: "utxostack",
tags: ["RGB++", "Tools & Infra"],
links: [
{ label: "website", link: "https://www.utxostack.network/en-us" },
{ label: "github", link: "https://github.com/ckb-cell" },
{ label: "doc", link: "https://docs.utxostack.network/docs/intro" },
],
},

{
title: "F2Pool",
description: "Leading mining pool for PoW network",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/ecosystem/organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Explore all the organizations and their relevant GitHub repositories within the
| Org name | Github repo | Major contents |
| -------------- | -------------------------------- | ------------------------------------------------- |
| Nervos Network | https://github.com/nervosnetwork | CKB-VM, RFCs, Moleculec-es |
| Cell Studio | https://github.com/ckb-cell | RGB++ |
| Cell Studio | https://github.com/ckb-cell | RGB++, UTXO Stack, Unique Cell |
| Spore Protocol | https://github.com/sporeprotocol | Spore protocol |
| Cryptape | https://github.com/cryptape | CKB Node Probe, Omnilock, CoBuild, Anyone-can-pay |
| Magickbase | https://github.com/Magickbase | CKB Explorer, Neuron, CKB Testnet Faucet |
Expand Down
10 changes: 10 additions & 0 deletions website/docs/integrate-wallets/CardContents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ const walletCardContents: WalletCardProps[] = [
href: "https://onekey.so/",
tags: ["Mobile", "Desktop", "Hardware"],
},
{
title: "Rei Wallet",
href: "https://reiwallet.io/#home",
tags: ["Browser Extension"],
},
{
title: "Gate",
href: "https://www.gate.io/web3",
tags: ["Browser Extension"],
},
];

export { walletCardContents };
2 changes: 1 addition & 1 deletion website/docs/integrate-wallets/intro-to-wallets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ When it comes to storing and securing CKB assets, users have various options, in

These wallets listed below offer custody and security services tailored to CKB. For more information, refer to the respective guides for each wallet.

<CardLayout colNum={[2, 2, 2, 2]}>
<CardLayout colNum={[3, 2, 2, 2]}>
{walletCardContents.map(({ index, title, href, tags }) => (
<WalletCard key={index} title={title} href={href} tags={tags} />
))}
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function WalletDisplay(): JSX.Element {
</button>
))}
</div>
<CardLayout topMargin={0} colNum={[4, 2, 2, 2]} gap={20}>
<CardLayout topMargin={0} colNum={[3, 2, 2, 2]} gap={20}>
{filteredCards.map((card, index) => (
<WalletCard
key={index}
Expand Down
14 changes: 14 additions & 0 deletions website/static/svg/banner-cellula.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions website/static/svg/banner-dobby.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading