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

base: release 20/08/24 #72

Closed
wants to merge 6 commits into from
Closed
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
1,251 changes: 642 additions & 609 deletions .vitepress/config.ts

Large diffs are not rendered by default.

81 changes: 36 additions & 45 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,65 +3,56 @@
* https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css
*/

/**
* Colors
* -------------------------------------------------------------------------- */

/* Link */
:root {
--vp-c-brand: #335de5;
--vp-c-brand-light: #486feb;
--vp-c-brand-lighter: #587cef;
--vp-c-brand-lightest: #6786eb;
--vp-c-brand-dark: #2855e8;
--vp-c-brand-darker: #1f50ec;
--vp-c-brand-dimm: rgba(123, 43, 249, 0.08);
--vp-c-brand-1: #05C92F;
--vp-c-brand-2: #05C92F;
--vp-c-brand-3: #05C92F;
}


/**
* Component: Button
* -------------------------------------------------------------------------- */

:root {
--vp-button-brand-border: var(--vp-c-brand-light);
--vp-button-brand-text: var(--vp-c-white);
--vp-button-brand-bg: var(--vp-c-brand);
--vp-button-brand-hover-border: var(--vp-c-brand-light);
--vp-button-brand-hover-text: var(--vp-c-white);
--vp-button-brand-hover-bg: var(--vp-c-brand-light);
--vp-button-brand-active-border: var(--vp-c-brand-light);
--vp-button-brand-active-text: var(--vp-c-white);
--vp-button-brand-active-bg: var(--vp-button-brand-bg);
--vp-button-brand-border: #001405;
--vp-button-brand-text: #001405;
--vp-button-brand-bg: #05C92F;

--vp-button-brand-hover-border: #001405;
--vp-button-brand-hover-text: #001405;
--vp-button-brand-hover-bg: #05C92F;

--vp-button-brand-active-border: #001405;
--vp-button-brand-active-text: #001405;
--vp-button-brand-active-bg: #05C92F;
}

/**
* Component: Home
* -------------------------------------------------------------------------- */

:root {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(
220deg,
#335de5 80%,
#486feb
);
--vp-home-hero-name-color: #05C92F;

--vp-home-hero-image-background-image: linear-gradient(
-45deg,
#335de5 80%,
#486feb 50%
#05C92F,
#05C92F
);
--vp-home-hero-image-filter: blur(40px);
--vp-home-hero-image-filter: blur(50px);
}

@media (min-width: 640px) {
:root {
--vp-home-hero-image-filter: blur(56px);
--vp-home-hero-image-filter: blur(60px);
}
}

@media (min-width: 960px) {
:root {
--vp-home-hero-image-filter: blur(72px);
--vp-home-hero-image-filter: blur(90px);
}
}

Expand All @@ -70,16 +61,16 @@
* -------------------------------------------------------------------------- */

:root {
--vp-custom-block-tip-border: var(--vp-c-brand);
--vp-custom-block-tip-text: var(--vp-c-brand-darker);
--vp-custom-block-tip-bg: var(--vp-c-brand-dimm);
--vp-custom-block-tip-border: #05C92F;
--vp-custom-block-tip-text: #05C92F;
--vp-custom-block-tip-bg: rgba(123, 43, 249, 0.08);
--tab-text-color: #000;
}

.dark {
--vp-custom-block-tip-border: var(--vp-c-brand);
--vp-custom-block-tip-text: var(--vp-c-brand-lightest);
--vp-custom-block-tip-bg: var(--vp-c-brand-dimm);
--vp-custom-block-tip-border: #05C92F;
--vp-custom-block-tip-text: #05C92F;
--vp-custom-block-tip-bg: rgba(123, 43, 249, 0.08);
--tab-text-color: #000;
}

Expand All @@ -88,16 +79,12 @@
* -------------------------------------------------------------------------- */

.DocSearch {
--docsearch-primary-color: var(--vp-c-brand) !important;
--docsearch-primary-color: #05C92F !important;
}

@font-face {
font-family: "TomatoGroteskSemiBold";
src: url("/fonts/TomatoGrotesk/TomatoGrotesk-SemiBold.otf") format("opentype");
}

:root {
--font-primary: "TomatoGroteskSemiBold", sans-serif;
font-family: "Tomato Grotesk";
src: url("/fonts/TomatoGrotesk/TomatoGrotesk-Bold.otf") format("opentype");
}

h1,
Expand All @@ -106,7 +93,11 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-primary);
font-family: "Tomato Grotesk", Arial, sans-serif;
}

code {
color: #3451b2 !important;
}

.youtube-wrapper {
Expand Down
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to XDEFI Documentation
# Contributing to Ctrl Documentation

## Introduction

Expand All @@ -8,9 +8,9 @@ First off, thank you for considering contributing to this project. It's people l

Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open-source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests.

XDEFI Technologies is a community-driven project, and we welcome contributions from the community. Whether you're fixing a typo, adding a new feature, or changing the documentation, we'd love to have your contributions.
Ctrl (fka XDEFI) Technologies is a community-driven project, and we welcome contributions from the community. Whether you're fixing a typo, adding a new feature, or changing the documentation, we'd love to have your contributions.

Please, don't use the issue tracker for personal support requests. Instead, use the [XDEFI Discord](https://discord.gg/xdefi) for support.
Please, don't use the issue tracker for personal support requests. Instead, use the [Ctrl Discord](https://discord.gg/xdefi) for support.

## Ground Rules

Expand Down Expand Up @@ -60,9 +60,9 @@ When suggesting a feature, please provide as much detail as possible. Explain wh

## Community

Discussions about the documentation take place on the [XDEFI Discord](https://discord.gg/xdefi).
Discussions about the documentation take place on the [Ctrl Discord](https://discord.gg/xdefi).

We also available on [X](https://twitter.com/xdefi_wallet) and [Telegram](https://t.me/xdefi_announcements).
We also available on [X](https://x.com/xdefi_wallet) and [Telegram](https://t.me/xdefi_announcements).

## Code of Conduct

Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# XDEFI Technologies Documentation Site

Welcome to the official documentation repository for XDEFI Technologies.
Welcome to the official documentation repository for Ctrl (fka XDEFI) Technologies.

Here you'll find comprehensive guides, tutorials, and reference materials
to help you make easy integration and usage of our products (Wallets (extension and mobile), routing aggregator API).
Expand Down Expand Up @@ -36,12 +36,11 @@ making a pull request.
- /public: Static assets like images, diagrams, and other media files.
- /assets: Images, diagrams, and other media files used in the documentation.
- /components: Custom React components integrated into the documentation.
- /about: A category for learning more about XDEFI Technologies and $XDEFI token.
- /about: A category for learning more about Ctrl (fka XDEFI) Technologies and $XDEFI token.
- /campaigns: A category for Campaigns Service API
- /developers: A category with tutorials and guides for deploying
- /routing: Technical reference materials for integrating our Routing aggregator API.
- /assets-service: A category for Assets Service API
dApps and connect with XDEFI Wallet.
- /assets-service: A category for Assets Service API dApps and connect with Ctrl Wallet.
- /indexers: A category for Indexers API
- /gas-tank: A category for Gas Tank API
- /staking: A category for Staking API
Expand Down
2 changes: 1 addition & 1 deletion about/xdefi-technologies/audits.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Security is the first and most important manner for Wallets provider.

At XDEFI Technologies, we want our users using XDEFI Wallet to interact safely on our large list of [supported blockchains](./supported-blockchains) and also feel secure
At Ctrl (fka XDEFI) Technologies, we want our users using Ctrl Wallet to interact safely on our large list of [supported blockchains](./supported-blockchains) and also feel secure

_Note that we will always recommend you for more security to use one of our [supported Hardware wallets](./supported-hardware-wallets)._

Expand Down
2 changes: 1 addition & 1 deletion about/xdefi-technologies/bug-bounty-program.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bug Bounty Program

If you think having identified a potential bug or breach in the XDEFI Wallet Extension (Chrome web extension) or in the [WebApp](https://www.app.xdefi.io), please send us an [email](mailto:[email protected]) to outlining the issue in sufficient detail.
If you think having identified a potential bug or breach in the Ctrl Wallet Extension (Chrome web extension) or in the [WebApp](https://www.app.xdefi.io), please send us an [email](mailto:[email protected]) to outlining the issue in sufficient detail.

We will review your finding, try to reproduce the issue and reply to you shortly.

Expand Down
24 changes: 12 additions & 12 deletions about/xdefi-technologies/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@

[[toc]]

## Does XDEFI have control of my coins?
## Does Ctrl (fka XDEFI) have control of my coins?

XDEFI Wallet is a non-custodial wallet.
Ctrl Wallet is a non-custodial wallet.

Assets and NFT's are store on the different blockchains you are using and not in the wallet like the fiat money you can handle in a portfolio. Your wallet act as a signer and only allows you to view and manage them by interacting with the blockchains used.

XDEFI Wallet **doesn't** have access to your secret phrase, password or recovery code.
Ctrl Wallet **doesn't** have access to your secret phrase, password or recovery code.

You are in **complete control of your information and your wallet**, so please keep your secret phrase safe and store it offline!

## How do I connect to a dApp if I don't see the XDEFI Wallet logo?
## How do I connect to a dApp if I don't see the Ctrl Wallet logo?

XDEFI Wallet can connect to all dApps on all [supported blockchains](./supported-blockchains.md).
Ctrl Wallet can connect to all dApps on all [supported blockchains](./supported-blockchains.md).

In many cases you will see the XDEFI Wallet logo when you go to `connect wallet`.
In many cases you will see the Ctrl Wallet logo when you go to `connect wallet`.
If you do not see it, you can still connect to the dapp by clicking on the first wallet in the list, usually MetaMask, Keplr or Phantom.
Please make sure you have **prioritize XDEFI** feature turned on in your XDEFI Wallet settings.
Please make sure you have **prioritize Ctrl (fka XDEFI)** feature turned on in your Ctrl Wallet settings.

## Can I migrate my MetaMask or Keplr wallet to XDEFI Wallet?
## Can I migrate my MetaMask or Keplr wallet to Ctrl Wallet?

**Yes**, you can migrate any wallet to XDEFI Wallet using your wallet's seed phrase. This process only takes a few seconds, and all of your assets and NFTs will immediately appear in XDEFI Wallet.
**Yes**, you can migrate any wallet to Ctrl Wallet using your wallet's seed phrase. This process only takes a few seconds, and all of your assets and NFTs will immediately appear in Ctrl Wallet.

Please see our quick start guides here: https://www.xdefi.io/support-category/xdefi-wallet-quick-start/

## How do I join the XDEFI Referral Program?
## How do I join the Ctrl (fka XDEFI) Referral Program?

The program is currently available on our [WebApp](https://www.app.xdefi.io/referral) and makes you **earn 30% commission** on all swaps made by your referrees.

Expand All @@ -50,9 +50,9 @@ You can now share your referral link to your friends!

### Program Summary

Each referrer will receive a unique referral link, such as go.xdefi.io/reference, which will be stored in a secure database along with the referrer’s Ethereum address (being the Ethereum address provided by the referrer to XDEFI Wallet at the start of the referral program).
Each referrer will receive a unique referral link, such as go.xdefi.io/reference, which will be stored in a secure database along with the referrer’s Ethereum address (being the Ethereum address provided by the referrer to Ctrl Wallet at the start of the referral program).

Please use your personal link when inviting people to install XDEFI Wallet, you don't wanna comissions from them!
Please use your personal link when inviting people to install Ctrl Wallet, you don't wanna comissions from them!

## How do I stake my $XDEFI tokens?

Expand Down
10 changes: 5 additions & 5 deletions about/xdefi-technologies/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ prev:
link: "/about/xdefi"
---

# XDEFI Technologies
# Ctrl (fka XDEFI) Technologies

## Summary

Expand All @@ -19,14 +19,14 @@ prev:

## Introduction

XDEFI Technologies provide tools to manage and interact with blockchains more efficiently, while letting users having full control and ownership over their assets.
The documentation will separate different subjects handled by XDEFI that you can access from here:
Ctrl (fka XDEFI) Technologies provide tools to manage and interact with blockchains more efficiently, while letting users having full control and ownership over their assets.
The documentation will separate different subjects handled by Ctrl (fka XDEFI) that you can access from here:

-
-
-
-

## XDEFI Wallet
## Ctrl Wallet

XDEFI Wallet is a multichain Wallet that allow users to interact with the [supported blockchains](./blockchains.md), manage their assets and [NFT's](./supported-nfts) and access dApps.
Ctrl Wallet is a multichain Wallet that allow users to interact with the [supported blockchains](./blockchains.md), manage their assets and [NFT's](./supported-nfts) and access dApps.
10 changes: 5 additions & 5 deletions about/xdefi-technologies/routing-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

XDEFI Technologies build and maintain an in house Routing API to make seamless transfer accross all the [blockchains supported](./supported-blockchains) by XDEFI Wallet. The Routing API has been developed to be quickly and easily implemented on any platform using [different format to fit developers needs](/routing/introduction).
Ctrl (fka XDEFI) Technologies build and maintain an in house Routing API to make seamless transfer accross all the [blockchains supported](./supported-blockchains) by Ctrl Wallet. The Routing API has been developed to be quickly and easily implemented on any platform using [different format to fit developers needs](/routing/introduction).

The routing API integrate a multitude of AMMs, DEX aggregators and Bridge solutions.

Expand All @@ -24,16 +24,16 @@ You can request a new integration by sending us an [email](mailto:routing@xdefi.

## Current platforms using the Routing API

The list below retrieve all the current platforms using XDEFI Technologies Routing API:
The list below retrieve all the current platforms using Ctrl (fka XDEFI) Technologies Routing API:

### Wallets

- [XDEFI Wallet](https://www.xdefi.io)
- [Ctrl Wallet](https://www.ctrl.xyz)

### Applications

- [XDEFI Web App](https://www.app.xdefi.io)
- [Ctrl (fka XDEFI) Web App](https://www.ctrl.xyz)

## Integrate it on your platform

See more on [Adding XDEFI Technologies Routing API on your platform](/routing/introduction) documentation.
See more on [Adding Ctrl (fka XDEFI) Technologies Routing API on your platform](/routing/introduction) documentation.
2 changes: 1 addition & 1 deletion about/xdefi-technologies/supported-blockchains.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Supported Blockchains

XDEFI Wallet make it possible for users to access, interact and build with more ecosystems and blockchains than any other wallet in the market. There is two different way for blockchains to be supported within our wallet.
Ctrl Wallet make it possible for users to access, interact and build with more ecosystems and blockchains than any other wallet in the market. There is two different way for blockchains to be supported within our wallet.

### [Native integration](./native-integration)

Expand Down
2 changes: 1 addition & 1 deletion about/xdefi-technologies/web-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_Easy way to DeFi_

XDEFI Technologies provide an all in one interface accessible from desktop to manage your assets from all networks supported within XDEFI Wallet.
XDEFI Technologies provide an all in one interface accessible from desktop to manage your assets from all networks supported within Ctrl Wallet.

The platform is divided in 6 tabs:

Expand Down
6 changes: 3 additions & 3 deletions about/xdefi-token/buy-xdefi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

[[toc]]

## XDEFI Routing
## Ctrl (fka XDEFI) Routing

- [XDEFI Wallet](https://chrome.google.com/webstore/detail/xdefi-wallet/hmeobnfnfcmdkdcmlblgagmfpfboieaf)
- [XDEFI Web App](https://app.xdefi.io/)
- [Ctrl Wallet](https://chrome.google.com/webstore/detail/xdefi-wallet/hmeobnfnfcmdkdcmlblgagmfpfboieaf)
- [Ctrl Web App](https://ctrl.xyz/)
::: info
You can implement our Routing API to easy swap any asset into **$XDEFI**. Follow [our documentation](/routing/widget) to implement it on any platform in few lines of code.
:::
Expand Down
2 changes: 1 addition & 1 deletion about/xdefi-token/introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
prev:
text: "About XDEFI"
text: "About Ctrl"
link: "/about/xdefi"
---

Expand Down
Loading
Loading