Skip to content

Releases: Glebegor/BCAT

Stable simulation v1.0

20 Apr 22:51
6493b54
Compare
Choose a tag to compare

New version of the simulation blockchain.
Already has basic functions of the blockchain.

Features:

  • Create Wallets
  • Create Transactions
  • Create Blocks
  • Create Sending of tokens
  • Create Validation of the blockchain

Stable Client v1.4

21 Apr 21:26
454b423
Compare
Choose a tag to compare

Client with all functions:
Node, Node-miner, miner, wallet.

Need to create methods to implement all of their into network.

Update: V1.1
Created server for node.

Update: V1.2
Started Creating API of Nodes, miners and mining nodes.
Created much things inside: Controller, router etc.

Update: V1.3
Created connection to more nodes that one.
Started working on decentralization of this.

Update: V1.4
Created connection with adding of node that doing ping.
Need to create blockchain controller to do bigger pull of nodes.

Update: V1.41
Fixed error with update method.
Connection working good.