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.
- Host: GitHub
- URL: https://github.com/glebegor/bcat
- Owner: Glebegor
- License: mit
- Created: 2024-04-20T21:18:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T18:37:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T17:51:33.525Z (over 1 year ago)
- Topics: backend, blockchain, csharp, miner, token, web3
- Language: C#
- Homepage:
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: License
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