Tectum Blockchain Node is a component of the Tectum blockchain designed to provide access to the functionality of the blockchain network. Anyone who downloads and runs this node becomes a full participant in the Tectum network and can take advantage of all its benefits.
The network node offers the following functionalities for participants:
- Token management (in development).
- Transaction processing.
- User key management.
- Becoming a validator.
- Token staking.
- Viewing blockchain chains.
Tectum Blockchain Node includes a local web server that processes requests. It provides explorer functions, allowing users to view information about blocks and transactions, as well as an interface for creating new tokens, staking tokens, becoming a validator, performing transfers, and managing keys.
Tectum Blockchain Node supports the following types of requests:
- POST /coins/transfer: To transfer TET between two addresses
- POST /coins/stake: Staking TET to become a network validator
- POST /coins/migrate: Migrate TET to new address
- GET /coins/transfers: Retrieve the transfer history for the TET
- GET /coins/balance/byaddress: Retrieve TET balance by address
- GET /coins/transfers/user: Retrieve the TET transfer history for a specific user
- GET /keys/new: Generate a private/public key pair
- POST /keys/recover: Recover keys using a seed phrase
- GET /version: View node version
- GET /blockscount: Retrieve the total count of blocks in the blockchain