Skip to content

crispmindltd/tectum4-node-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to MAINNET Tectum Blockchain Node v4.0 Beta!

Description

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:

  1. Token management (in development).
  2. Transaction processing.
  3. User key management.
  4. Becoming a validator.
  5. Coin (TET) staking.
  6. Viewing blockchain chains.

Web Server

Tectum Blockchain Node includes a local web server that processes requests. It provides explorer functions, allowing users to view information about blocks and transactions, staking tokens, becoming a validator, performing transfers, and managing keys.

Settings for web serever in settings.ini section [http]:

[http]
enabled=true
port=8917

Endpoints

Tectum Blockchain Node supports the following types of requests:

Coin operations:

Key management:

Settings:

Blocks:

Settings.ini

Settings for Mainnet:

[connections]
nodes=[arch1.open.tectum.io:50000,arch2.open.tectum.io:50000,arch3.open.tectum.io:50000,arch4.open.tectum.io:50000,arch5.open.tectum.io:50000,arch6.open.tectum.io:50000,arch7.open.tectum.io:50000,arch8.open.tectum.io:50000,arch9.open.tectum.io:50000,arch10.open.tectum.io:50000,arch11.open.tectum.io:50000,arch12.open.tectum.io:50000]

Settings for Testnet:

[connections]
nodes=[arch1.test.open.tectum.io:50000, arch2.test.open.tectum.io:50001,arch3.test.open.tectum.io:50002,arch4.test.open.tectum.io:50003,arch5.test.open.tectum.io:50004,arch6.test.open.tectum.io:50005]

Settings for Web server. Send request to 'http://localhost:8917' by using API

[http]
enabled=true
port=8917

Settings level logs. If you want view all logs you need set logs_level=3

[settings]
logs_level=3

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages