gallettilance
ATS-blockchain
ATS

⛓️ Blockchain + Smart contracts from scratch

Last updated Feb 2, 2026
22
Stars
3
Forks
0
Issues
0
Stars/day
Attention Score
9
Language breakdown
ATS 93.7%
Makefile 3.7%
Shell 2.6%
Files click to expand
README

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:

  • define miners/users
  • make transactions (valid or otherwise)
  • write/execute smart contract
  • write/execute queries
  • decide who will mine the next block
  • view the balance of users
  • view the blockchain and/or repeat from 1/2
The full report is online. Part 1 is here and part 2 is here.

Running the application

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

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

Pull requests are welcome!

© 2026 GitRepoTrend · gallettilance/ATS-blockchain · Updated daily from GitHub