Skip to content

Commit

Permalink
architecture doc added
Browse files Browse the repository at this point in the history
  • Loading branch information
lunfardo314 committed Mar 3, 2021
1 parent a7f32f7 commit 88ae4ed
Show file tree
Hide file tree
Showing 44 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion contracts/rust/wasmlib/docs/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WasmLib provides direct support for the following value data types:
The first three are basic value data types found in all programming languages,
whereas the other types are ISCP-specific value data types. More detailed
explanations about their specific use can be found in the [documentation of the
ISCP](../../../../articles/docs/coretypes.md). Each of these value data types has the ability to serialize into and
ISCP](../../../../docs/docs/coretypes.md). Each of these value data types has the ability to serialize into and
deserialize from a byte array. Each value data type can also be used as a key to
our key/value proxy objects.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ introduction](https://blog.iota.org/an-introduction-to-iota-smart-contracts-16ea
into ISCP.

A _smart contract_ is a distributed software agent that stores its state in the
[UTXO ledger](articles/intro/utxo.md), and evolves with each _request_ sent to
[UTXO ledger](docs/intro/utxo.md), and evolves with each _request_ sent to
the contrct. Since the UTXO ledger is immutable, by extension the smart
contract state is also immutable.

Expand Down Expand Up @@ -60,16 +60,16 @@ tests).

## Run

- [How to run a Wasp node on Pollen](articles/docs/runwasp.md)
- [Using `wasp-cli` to deploy a chain and a contract](articles/docs/deploy.md)
- [How to run a Wasp node on Pollen](docs/docs/runwasp.md)
- [Using `wasp-cli` to deploy a chain and a contract](docs/docs/deploy.md)

## Learn

- [Exploring IOTA Smart Contracts](articles/tutorial/readme.md)
- [UTXO ledger and digital assets](articles/intro/utxo.md)
- [Core types](articles/docs/coretypes.md)
- [On-chain accounts](articles/docs/accounts.md)
- [Wasp Publisher](articles/docs/publisher.md)
- [Exploring IOTA Smart Contracts](docs/tutorial/readme.md)
- [UTXO ledger and digital assets](docs/intro/utxo.md)
- [Core types](docs/docs/coretypes.md)
- [On-chain accounts](docs/docs/accounts.md)
- [Wasp Publisher](docs/docs/publisher.md)

## Tools

Expand Down

0 comments on commit 88ae4ed

Please sign in to comment.