项目作者: gallettilance

项目描述 :
⛓️ Blockchain + Smart contracts from scratch
高级语言: ATS
项目地址: git://github.com/gallettilance/ATS-blockchain.git
创建时间: 2018-04-04T13:22:39Z
项目社区:https://github.com/gallettilance/ATS-blockchain

开源协议:BSD 3-Clause "New" or "Revised" License

下载


ATS-Blockchain

Build Status
License

Blockchain, Smart Contract, and Database implementation in ATS

example

About

The CLI is currently to be used in the following way:

  1. define miners/users
  2. make transactions (valid or otherwise)
  3. write/execute smart contract
  4. write/execute queries
  5. decide who will mine the next block
  6. view the balance of users
  7. view the blockchain and/or repeat from 1/2

The full report is online. Part 1 is @galletti94/functional-blockchain">here and part 2 is @galletti94/functional-blockchain-part-2">here.

Running the application

Currently only supported on Linux. After installing ATS and cloning the repo, simply run

  1. cd ATS-blockchain
  2. git clone https://github.com/ashalkhakov/colorado.git
  3. make regress

Pull requests are welcome!