Skip to content
/ BCAT Public

"Blockchain Anonymous Token" - This is blockchain that can take your privacy very well.

License

Notifications You must be signed in to change notification settings

Glebegor/BCAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BCAT - Blockchain Anonymous Token

Description

BCAT is a test blockchain to understand web 3.0 technology. BCAT has 6 "I't will be":

  • It will be public blockchain.
  • It will be anonymous.
  • It will be fast.
  • It will be secure.
  • It will be scalable.
  • It will be decentralized.

Environment

Docs

Stack

  • C#
  • .NET Core

API

Ping API

api/ping - GET

Status: 200

{
  "message": "Success",
  "data": {
    "ping": "pong"
  }
}

Requests/Responses

All requests and responses will be in json format.

Success Responses

Status: 200

{
    "message": "Success",
    "data": {
        "key": "value"
    }
}

data can be not included.

Success Responses

Status: !200

{
  "message": "Error",
  "error": "Error messsage"
}

Node API

NodeMining API

Mining API

Main documentation

Wiki: BCAT Wiki

Protocol

Blockchain will has custom protocol based on TCP/IP - BCAT Protocol.
BCAT need to work with blocks, transactions, wallets, mining etc.
Protocol will use json format for data exchange.

Installation

Usage

Contributors

Acknowledgements

About

"Blockchain Anonymous Token" - This is blockchain that can take your privacy very well.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages