Skip to content

Enhance homepage layout and functionality #1748

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion docs/cli/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Display autocomplete installation instructions.

* [`celocli autocomplete [SHELL]`](#celocli-autocomplete-shell)

## `celocli autocomplete [SHELL]`
## `celocli autocomplete [SHELL]` {#celocli-autocomplete-shell}

Display autocomplete installation instructions.

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ list all the commands

* [`celocli commands`](#celocli-commands)

## `celocli commands`
## `celocli commands` {#celocli-commands}

list all the commands

Expand Down
4 changes: 2 additions & 2 deletions docs/cli/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Configure CLI options which persist across commands
* [`celocli config:get`](#celocli-configget)
* [`celocli config:set`](#celocli-configset)

## `celocli config:get`
## `celocli config:get` {#celocli-configget}

Output network node configuration

Expand Down Expand Up @@ -34,7 +34,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/config/get.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/config/get.ts)_

## `celocli config:set`
## `celocli config:set` {#celocli-configset}

Configure running node information for propagating transactions to network

Expand Down
12 changes: 6 additions & 6 deletions docs/cli/dkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Publish your locally computed DKG results to the blockchain
* [`celocli dkg:register`](#celocli-dkgregister)
* [`celocli dkg:start`](#celocli-dkgstart)

## `celocli dkg:allowlist`
## `celocli dkg:allowlist` {#celocli-dkgallowlist}

Allowlist an address in the DKG

Expand Down Expand Up @@ -73,7 +73,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/dkg/allowlist.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/dkg/allowlist.ts)_

## `celocli dkg:deploy`
## `celocli dkg:deploy` {#celocli-dkgdeploy}

Deploys the DKG smart contract

Expand Down Expand Up @@ -135,7 +135,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/dkg/deploy.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/dkg/deploy.ts)_

## `celocli dkg:get`
## `celocli dkg:get` {#celocli-dkgget}

Gets data from the contract to run the next phase

Expand Down Expand Up @@ -196,7 +196,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/dkg/get.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/dkg/get.ts)_

## `celocli dkg:publish`
## `celocli dkg:publish` {#celocli-dkgpublish}

Publishes data for each phase of the DKG

Expand Down Expand Up @@ -259,7 +259,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/dkg/publish.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/dkg/publish.ts)_

## `celocli dkg:register`
## `celocli dkg:register` {#celocli-dkgregister}

Register a public key in the DKG

Expand Down Expand Up @@ -322,7 +322,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/dkg/register.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/dkg/register.ts)_

## `celocli dkg:start`
## `celocli dkg:start` {#celocli-dkgstart}

Starts the DKG

Expand Down
14 changes: 7 additions & 7 deletions docs/cli/election.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Participate in and view the state of Validator Elections
* [`celocli election:show ARG1`](#celocli-electionshow-arg1)
* [`celocli election:vote`](#celocli-electionvote)

## `celocli election:activate`
## `celocli election:activate` {#celocli-electionactivate}

Activate pending votes in validator elections to begin earning rewards. To earn rewards as a voter, it is required to activate your pending votes at some point after the end of the epoch in which they were made.

Expand Down Expand Up @@ -83,7 +83,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/election/activate.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/election/activate.ts)_

## `celocli election:current`
## `celocli election:current` {#celocli-electioncurrent}

Outputs the set of validators currently participating in BFT to create blocks. An election is run to select the validator set at the end of every epoch.

Expand Down Expand Up @@ -167,7 +167,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/election/current.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/election/current.ts)_

## `celocli election:list`
## `celocli election:list` {#celocli-electionlist}

Prints the list of validator groups, the number of votes they have received, the number of additional votes they are able to receive, and whether or not they are eligible to elect validators.

Expand Down Expand Up @@ -211,7 +211,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/election/list.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/election/list.ts)_

## `celocli election:revoke`
## `celocli election:revoke` {#celocli-electionrevoke}

Revoke votes for a Validator Group in validator elections.

Expand Down Expand Up @@ -276,7 +276,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/election/revoke.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/election/revoke.ts)_

## `celocli election:run`
## `celocli election:run` {#celocli-electionrun}

Runs a "mock" election and prints out the validators that would be elected if the epoch ended right now.

Expand Down Expand Up @@ -316,7 +316,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/election/run.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/election/run.ts)_

## `celocli election:show ARG1`
## `celocli election:show ARG1` {#celocli-electionshow-arg1}

Show election information about a voter or registered Validator Group

Expand Down Expand Up @@ -354,7 +354,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/election/show.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/election/show.ts)_

## `celocli election:vote`
## `celocli election:vote` {#celocli-electionvote}

Vote for a Validator Group in validator elections.

Expand Down
8 changes: 4 additions & 4 deletions docs/cli/epochs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Finishes next epoch process.
* [`celocli epochs:start`](#celocli-epochsstart)
* [`celocli epochs:switch`](#celocli-epochsswitch)

## `celocli epochs:finish`
## `celocli epochs:finish` {#celocli-epochsfinish}

Finishes next epoch process.

Expand Down Expand Up @@ -67,7 +67,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/epochs/finish.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/epochs/finish.ts)_

## `celocli epochs:send-validator-payment`
## `celocli epochs:send-validator-payment` {#celocli-epochssend-validator-payment}

Sends the allocated epoch payment to a validator, their group, and delegation beneficiary.

Expand Down Expand Up @@ -133,7 +133,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/epochs/send-validator-payment.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/epochs/send-validator-payment.ts)_

## `celocli epochs:start`
## `celocli epochs:start` {#celocli-epochsstart}

Starts next epoch process.

Expand Down Expand Up @@ -192,7 +192,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/epochs/start.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/epochs/start.ts)_

## `celocli epochs:switch`
## `celocli epochs:switch` {#celocli-epochsswitch}

Finishes current epoch and starts a new one.

Expand Down
12 changes: 6 additions & 6 deletions docs/cli/exchange.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Exchange Celo Dollars and CELO via Mento
* [`celocli exchange:show`](#celocli-exchangeshow)
* [`celocli exchange:stable`](#celocli-exchangestable)

## `celocli exchange:celo`
## `celocli exchange:celo` {#celocli-exchangecelo}

Exchange CELO for StableTokens via Mento. (Note: this is the equivalent of the old exchange:gold)

Expand Down Expand Up @@ -83,7 +83,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/exchange/celo.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/exchange/celo.ts)_

## `celocli exchange:dollars`
## `celocli exchange:dollars` {#celocli-exchangedollars}

Exchange Celo Dollars for CELO via Mento

Expand Down Expand Up @@ -150,7 +150,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/exchange/dollars.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/exchange/dollars.ts)_

## `celocli exchange:euros`
## `celocli exchange:euros` {#celocli-exchangeeuros}

Exchange Celo Euros for CELO via Mento

Expand Down Expand Up @@ -217,7 +217,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/exchange/euros.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/exchange/euros.ts)_

## `celocli exchange:reals`
## `celocli exchange:reals` {#celocli-exchangereals}

Exchange Celo Brazilian Real (cREAL) for CELO via Mento

Expand Down Expand Up @@ -284,7 +284,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/exchange/reals.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/exchange/reals.ts)_

## `celocli exchange:show`
## `celocli exchange:show` {#celocli-exchangeshow}

Show the current exchange rates offered by the Broker

Expand Down Expand Up @@ -343,7 +343,7 @@ FLAG DESCRIPTIONS

_See code: [src/commands/exchange/show.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/exchange/show.ts)_

## `celocli exchange:stable`
## `celocli exchange:stable` {#celocli-exchangestable}

Exchange Stable Token for CELO via Mento

Expand Down
Loading