📄️ README
Let's get started with a practical Symbol blockchain learning programme from today
📄️ 1.Introduction
Abstract
📄️ 2.Building a development environment
This section explains how to read this document.
📄️ 3.Account
An account is a data deposit structure in which information and assets associated with a private key is recorded. Only by signing with the private key associated with the account is the data updated on the blockchain.
📄️ 4.Transaction
Updating data on the blockchain is done by announcing transactions to the network.
📄️ 5. Mosaics
This chapter describes the Mosaic settings and how they are generated.
📄️ 6. Namespaces
Namespaces are human-readable text strings that can be rented and linked with an address or a mosaic.
📄️ 7.Metadata
Key-Value format data can be registered for an account mosaic namespace. The maximum value of data that can be written is 1024 bytes.
📄️ 8.Lock
The Symbol blockchain has two types of LockTransactions: Hash Lock Transaction and Secret Lock Transaction.
📄️ 9. Multisignature
Symbol accounts can be converted to multisig.
📄️ 10. Monitoring
Symbol nodes can monitor blockchain state changes via WebSocket communication.
📄️ 11. Restrictions
This section describes restrictions on accounts and global restrictions on mosaics.
📄️ 12.Offline Signatures
The chapter on Locks, explained the Lock transactions with a hash value specification and the Aggregate transaction, which collects multiple signatures (online signatures).
📄️ 13. Validation
Verify all kinds of information recorded on the blockchain.