An open API service indexing awesome lists of open source software.

https://github.com/glebegor/bcat

"Blockchain Anonymous Token" - This is blockchain that can take your privacy very well.
https://github.com/glebegor/bcat

backend blockchain csharp miner token web3

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```json
{
"message": "Success",
"data": {
"ping": "pong"
}
}
```

#### Requests/Responses
All requests and responses will be in json format.

##### Success Responses
Status: 200
```json
{
"message": "Success",
"data": {
"key": "value"
}
}
```
data can be not included.

##### Success Responses
Status: !200

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

#### Node API
#### NodeMining API
#### Mining API

### Main documentation
Wiki: [BCAT Wiki](https://github.com/Glebegor/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