Code Monkey home page Code Monkey logo

bcat's Introduction

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

bcat's People

Contributors

glebegor avatar dmalanchuk avatar

Stargazers

 avatar

Watchers

 avatar

bcat's Issues

pull of nfts

Create pull of NFT's in nodes.
Create logic of creating NFT's.

Connect all nodes.

Create blockchain network.
Connect all nodes, miners, node-miners together.

Validation of transactions

Validate transactions on truthly origin.
Can you do it transaction?
Also, copy transaction on all another nodes by BCAT protocol.

UI

Create UI for the client:

  • Wallet
  • Node
  • Mining Node
  • Miner

You can create just one app that will be include all of this things.

Class nft

Create NFT class in Common folder.
Need to create main structure of NFT logic.

Interface for wallet.

Create interface for wallet.

What it can do.
For example:
Send tokens, send NFT etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.