Skip to content

Commit

Permalink
Merge pull request #544 from input-output-hk/sc-docs-refactoring
Browse files Browse the repository at this point in the history
Sc docs refactoring
  • Loading branch information
NeilBurgess42 authored Nov 14, 2023
2 parents 0ba1bc7 + fd66c53 commit 63536c5
Show file tree
Hide file tree
Showing 22 changed files with 39,919 additions and 5,352 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Introduction
metaTitle: Introduction
---

![sidechain-toolkit-enviorment-pic](https://user-images.githubusercontent.com/10556209/204818497-7c27e2fb-46c3-41fd-bf60-a47b0926ad9b.png)
![sidechain-toolkit-environment-pic](https://user-images.githubusercontent.com/10556209/204818497-7c27e2fb-46c3-41fd-bf60-a47b0926ad9b.png)


The Sidechain Toolkit is a set of components and recommendations to extend Cardano. The toolkit allows blockchain developers to deploy customizable solutions that fit their technical and social needs. The toolkit is composed of three main components:
Expand All @@ -24,4 +24,4 @@ This component is a part of the sidechain node validator. It has the responsibil

The Cardano sidechain client specification is a detailed document describing the architecture, use cases, and implementation of the sidechain components. The example EVM implementation is the design and engineering result that showcases a possible implementation of the said specification.

[Read technical specification](https://github.com/input-output-hk/sidechains-tooling/releases/tag/technical_spec_1.0)
[Read technical specification](https://github.com/input-output-hk/sc-evm/blob/main/TECHNICAL_SPECIFICATION_v1.1.pdf)
6 changes: 0 additions & 6 deletions content/09-cardano-sidechains/03-example-evm-sidechain.mdx

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

47 changes: 0 additions & 47 deletions content/09-cardano-sidechains/03-example-evm-sidechain/07-api.mdx

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Proof of concept EVM sidechain
metaTitle: Proof of concept EVM sidechain
---

<!-- heading no content -->
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ cardano-cli address build \

These steps are based on this [keys and adresses creation tutorial](https://github.com/input-output-hk/cardano-node/blob/master/doc/stake-pool-operations/3_keys_and_addresses.md).

Request test ada using the web-app: https://faucet.cardano.evmtestnet.iohkdev.io/basic-faucet
Request test ada using a public Cardano testnet faucet: https://docs.cardano.org/cardano-testnet/tools/faucet/

# How to fund your sidechain account with test SC_token

Create a sidechain account using a compatible Web3 wallet connected to the EVM sidechain test network (ex: MetaMask).

- [Working with MetaMask](/cardano-sidechains/example-evm-sidechain/metamask).

Request test `SC_Token` using the web-app: https://faucet.sidechain.evmtestnet.iohkdev.io/
Request test `SC_Token` using the web-app: https://github.com/input-output-hk/sc-evm-faucet-web
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Back up your wallet seed phrase and store it in a safe place.

Settings > Networks > Add Network > Input the following settings and save.

- Network Name: `EVM sidechain Testnet`
- New RPC URL: `https://faucet.sidechain.evmtestnet.iohkdev.io/`
- Chain ID: `78`
- Network Name: `EVM_SC`
- New RPC URL: `http://localhost:8546/`
- Chain ID: `*`
- Currency Symbol: `SC_Token`<sup>1</sup>
- Block Explorer URL: `https://explorer.sidechain.evmtestnet.iohkdev.io/`
- Block Explorer URL: *

Now you can select the Cardano EVM sidechain network from MetaMask:
Now you can select the EVM sidechain network from MetaMask:

![select-network](../../images/sc-metamask-select-testnet.png)

Expand All @@ -37,4 +37,4 @@ Now you can select the Cardano EVM sidechain network from MetaMask:
- If the sidechain network was added correctly, but MetaMask does not send transactions, update balance, or simply not interact with the chain, then try to [Reset your MetaMask account](https://metamask.zendesk.com/hc/en-us/articles/360015488891-How-to-reset-an-account).
- The team has tested MetaMask compatibility with the sidechain using Google Chrome and Brave web browsers. To avoid browser compatibility issues, use the same browsers.

<sup>1</sup> Temporary name
<sup>1</sup> Temporary name
Loading

0 comments on commit 63536c5

Please sign in to comment.