Skip to content

Commit

Permalink
Merge pull request #3 from jonnydubowsky/patch-1
Browse files Browse the repository at this point in the history
Spelling correction on line 49
  • Loading branch information
pelle committed Apr 19, 2018
2 parents c73e7a8 + fcf44b3 commit 4383b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -46,7 +46,7 @@ let didReg = DidReg.at(DidRegistryContract.networks[networkId].address)
|Kovan (id: 42)|[0x160c5ce58e2cc4fe7cc45a9dd569a10083b2a275](https://kovan.etherscan.io/address/0x160c5ce58e2cc4fe7cc45a9dd569a10083b2a275)|

## On-chain vs Off-chain
For on-chain interactions Ethereum has a built in account abstraction that can be used regardless of wether the account is a smart contract or a key pair. Any transaction has a `msg.sender` as the verified send of the transaction.
For on-chain interactions Ethereum has a built in account abstraction that can be used regardless of whether the account is a smart contract or a key pair. Any transaction has a `msg.sender` as the verified send of the transaction.

Since each Ethereum transaction has to be funded, there is a growing trend of on-chain transactions that are authenticated via an externally created signature and not by the actual transaction originator. This allows 3rd party funding services or receiver pays without any fundamental changes to the underlying Ethereum architecture.

Expand Down

0 comments on commit 4383b10

Please sign in to comment.