Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update main from staging Jan 5 #250

Merged
merged 7 commits into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Trilitech
Copyright (c) 2023-2024 Trilitech

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
17 changes: 11 additions & 6 deletions docs/architecture/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
title: Accounts
authors: "Tim McMackin"
last_update:
date: 18 October 2023
date: 29 December 2023
---

Tezos uses two types of accounts:
Tezos uses these types of accounts:

- Classic accounts (also known as _implicit accounts_) with an address, storing tez (ꜩ).
- Classic accounts (also known as _implicit accounts_) store tez (ꜩ) and tickets.
These accounts have addresses that start with "tz1", "tz2", "tz3" or "tz4."
Any wallet application or the Octez command-line tool can create implicit accounts.

- Smart contract accounts (also known as _originated accounts_) with an address, storing code and tez (ꜩ).
Originated accounts have addresses that start with "KT1."
Creating an originated account is part of the process of deploying a smart contract; see [Smart contracts](../smart-contracts).
- Smart contract accounts (also known as _originated accounts_) store immutable code, mutable storage, tez (ꜩ), and tickets.
Smart contracts have addresses that start with "KT1."
See [Smart contracts](../smart-contracts).

- Smart Rollup accounts are another type of originated account.
Their addresses start with `SR1`.
They have a tree of commitments attached to them.
See [Smart Optimistic Rollups](./smart-rollups).
12 changes: 9 additions & 3 deletions docs/developing/information/block-explorers.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Block Explorers
last_update:
date: 10 July 2023
date: 22 December 2023
---

**What is a blockchain explorer?**
Expand Down Expand Up @@ -35,5 +35,11 @@ Block explorers are also used by:

Here are some commonly used Tezos block explorers:

1. [TzStats](https://tzstats.com/)
2. [TzKT](https://tzkt.io/)
- [TzStats](https://tzstats.com/)
- [TzKT](https://tzkt.io/)
- [Arronax](https://arronax.io)
- [Baking Bad](https://baking-bad.org)
- [Better Call Dev](https://better-call.dev)
- [Explorus](https://explorus.io/)
- [Etherlink Explorer](https://explorer.etherlink.com/)
- [TzFlow](https://tzflow.com/)
274 changes: 0 additions & 274 deletions docs/developing/information/custom-indexers.md

This file was deleted.

487 changes: 122 additions & 365 deletions docs/developing/information/indexers.md

Large diffs are not rendered by default.

172 changes: 0 additions & 172 deletions docs/tutorials/create-an-nft/fa12/index.md

This file was deleted.

Loading
Loading