Skip to content

Commit

Permalink
Test PR (#14)
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
oliverbrett111 authored Nov 11, 2024
1 parent 16c7305 commit fa62fd4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Our smart contract solution contains the following components.

This is the blockchain module which executes smart contracts. It adds a bunch of extrinsics and runtime APIs just as any
other pallet. However, it also [adds logic](https://github.com/paritytech/polkadot-sdk/tree/master/substrate/frame/revive/src/evm)
that allows the block chain to process Ethereum style transactions. Those special transactions are not submitted directly to the chain.
that allows the block chain to process Ethereum-style transactions. Those special transactions are not submitted directly to the chain.
Even though that would the theoretically possible.

Instead, users (wallets, Dapps, ...) connect to a [proxy server](https://github.com/paritytech/polkadot-sdk/tree/master/substrate/frame/revive/rpc)
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ sidebar_position: 1
# Intro

This documentation teaches you everything you need to know about smart contracts on
Polkadot AssetHub. The feature is a work in progress. A preview version is deployed to the Westend AssetHub
Polkadot Asset Hub. The feature is a work in progress. A preview version is deployed to the Westend Asset Hub
to gather feedback during development.

Our solution is Ethereum-compatible: You can write your contracts in Solidity and interact with the node
using Ethereum JSON RPC alongside an Ethereum wallet like Metamask. Under the hood, we recompile the
using Ethereum JSON RPC alongside an Ethereum wallet like MetaMask. Under the hood, we recompile the
contracts from YUL (EVM assembly) to RISC-V to run them using PolkaVM instead of EVM.

To keep things simple for now, you need to use our [REMIX](https://remix.polkadot.io) web frontend to compile
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/1-connect-to-asset-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Alternatively, you can [manually add a custom network][add-network] using the se

# Connect to Asset Hub Westend Testnet

Connect your Metamask wallet to Asset-Hub using the following link:
Connect your MetaMask wallet to Asset Hub using the following link:

<WestendNetworkButton />

Expand Down

0 comments on commit fa62fd4

Please sign in to comment.