Skip to content

Commit

Permalink
Ca landing pages (#2201)
Browse files Browse the repository at this point in the history
* added landing pages for ca services

* added canhazgas mainnet

* added image

* cs-folder
  • Loading branch information
gagdiez authored Aug 8, 2024
1 parent 2053ee2 commit 9e20a15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@ _Diagram of a chain signature in NEAR_
If you want to try things out, these are the smart contracts available on `testnet`:

- `v1.signer-prod.testnet`: [MPC signer](https://github.com/near/mpc/tree/v0.2.0/contract) contract, latest release, made up of 8 MPC nodes
- `canhazgas.testnet`: [Multichain Gas Station](multichain-gas-relayer/gas-station.md) contract
- `canhazgas.testnet`: [Multichain Gas Station](../multichain-gas-relayer/gas-station.md) contract

:::

:::info MPC mainnet contracts

- `v1.signer`: [MPC signer](https://github.com/near/mpc/tree/v0.2.0/contract) contract, latest release, made up of 8 MPC nodes
- `canhazgas.near`: [Multichain Gas Station](multichain-gas-relayer/gas-station.md) contract
- `canhazgas.near`: [Multichain Gas Station](../multichain-gas-relayer/gas-station.md) contract
:::

---

## 1. Deriving the Foreign Address

Chain Signatures use [`derivation paths`](../../1.concepts/abstraction/chain-signatures.md#one-account-multiple-chains) to represent accounts on the target blockchain. The external address to be controlled can be deterministically derived from:
Chain Signatures use [`derivation paths`](../../../1.concepts/abstraction/chain-signatures.md#one-account-multiple-chains) to represent accounts on the target blockchain. The external address to be controlled can be deterministically derived from:

- The NEAR address (e.g., `example.near`, `example.testnet`, etc.)
- A derivation path (a string such as `ethereum-1`, `ethereum-2`, etc.)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: chain-signatures-getting-started
id: getting-started
title: Getting Started with Chain Signatures
hide_table_of_contents: true
---
Expand Down
6 changes: 3 additions & 3 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ const sidebar = {
"label": "Chain Signatures",
"link": {
"type": "doc",
"id": "build/chain-abstraction/chain-signatures-getting-started"
"id": "build/chain-abstraction/chain-signatures/getting-started"
},
"items": [
"concepts/abstraction/chain-signatures",
'build/chain-abstraction/chain-signatures',
'build/chain-abstraction/nft-chain-keys',
'build/chain-abstraction/chain-signatures/chain-signatures',
// 'build/chain-abstraction/nft-chain-keys',
]
},
// 'build/chain-abstraction/wallet',
Expand Down

0 comments on commit 9e20a15

Please sign in to comment.