Skip to content

Commit

Permalink
fix: links to / mentioning of emerald and cipher
Browse files Browse the repository at this point in the history
  • Loading branch information
rube-de committed Dec 23, 2024
1 parent a4069ee commit 707f695
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
7 changes: 1 addition & 6 deletions docs/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ crypto gaming
* 6 second finality (1 block)
* Cross-chain bridges to enable cross-chain interoperability

If you are not bound to EVM and you wish to develop dApps with more
fine-grained confidentiality, check out the
[Cipher ParaTime](../cipher/README.mdx).

[Ethereum Virtual Machine (EVM)]: https://ethereum.org/en/developers/docs/evm/

### Getting Started
Expand Down Expand Up @@ -63,6 +59,5 @@ Visit the [faucet][faucet] to obtain testnet tokens for development purposes.
findSidebarItem('/node/run-your-node/paratime-node'),
findSidebarItem('/node/run-your-node/paratime-client-node'),
findSidebarItem('/node/web3'),
findSidebarItem('/dapp/emerald/'),
findSidebarItem('/dapp/cipher/'),
findSidebarItem('/dapp/tools/other-paratimes/'),
]} />
9 changes: 4 additions & 5 deletions docs/guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ import {findSidebarItem} from '@site/src/sidebarUtils';

This page mainly describes the differences between Sapphire and Ethereum
since there are a number of excellent tutorials on developing for Ethereum.
If you don't know where to begin, the [Hardhat tutorial], [Solidity docs], and
[Emerald dApp tutorial] are great places to start. You can continue following
this guide once you've set up your development environment and have deployed
your contract to a non-confidential EVM network (e.g., Ropsten, Emerald).
If you don't know where to begin, the [Hardhat tutorial] and the
[Solidity docs] are great places to start. You can continue following this
guide once you've set up your development environment and have deployed your
contract to a non-confidential EVM network (e.g. Sepolia).


[Hardhat tutorial]: https://hardhat.org/tutorial
[Solidity docs]: https://docs.soliditylang.org/en/v0.8.15/solidity-by-example.html
[Emerald dApp tutorial]: https://github.com/oasisprotocol/docs/blob/main/docs/dapp/emerald/writing-dapps-on-emerald.mdx

## Oasis Consensus Layer and Sapphire ParaTime

Expand Down

0 comments on commit 707f695

Please sign in to comment.