Skip to content

Commit

Permalink
Merge pull request #633 from Phyloiota/patch-3
Browse files Browse the repository at this point in the history
added link to the Whitepaper on iota.org
  • Loading branch information
fijter authored Dec 10, 2021
2 parents afe7ec0 + e30ba6d commit 8b378c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions documentation/docs/guide/core_concepts/iscp-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ keywords:
- Architecture
- Ethereum
- Implementation
description: ISCP allows anyone to start their own chain and validators. Link to full technical description of the ISCP architecture
description: IOTA Smart Contracts allow anyone to start their own chain and validators. Link to full technical description of the IOTA Smart Contarcts architecture and whitepaper
image: /img/multichain.png
---
# ISCP Architecture
# IOTA Smart Contracts Architecture

With ISCP, anyone can start their own chain and define the validators.
With IOTA Smart Contracts, anyone can start their own chain and define the validators.

Each chain has its own state where a state update (going from one block to the next) is hashed and published to the Tangle, which moves the state anchor on Layer 1.

The multi-chain nature of ISCP makes it a more complex implementation of smart contracts, over say Ethereum, as illustrated here:
The multi-chain nature of IOTA Smart Contracts makes it a more complex implementation of smart contracts, over say Ethereum, as illustrated here:

![ISCP multichain architecture](../../../static/img/multichain.png)

The comprehensive overview of architectural design decisions of IOTA Smart Contracts can be found in the
[whitepaper](https://github.com/iotaledger/wasp/raw/develop/documentation/ISC_WP_Nov_10_2021.pdf).
The comprehensive overview of architectural design decisions of IOTA Smart Contracts can be found in the
[whitepaper](https://files.iota.org/papers/ISC_WP_Nov_10_2021.pdf).

0 comments on commit 8b378c1

Please sign in to comment.