https://github.com/gallettilance/ats-blockchain
⛓️ Blockchain + Smart contracts from scratch
https://github.com/gallettilance/ats-blockchain
ats-lang blockchain blockchain-demo commandline-interface functional-programming interpreter lambda-calculus lisp parser programming-language smart-contract-platform smart-contracts
Last synced: 3 months ago
JSON representation
⛓️ Blockchain + Smart contracts from scratch
- Host: GitHub
- URL: https://github.com/gallettilance/ats-blockchain
- Owner: gallettilance
- License: bsd-3-clause
- Created: 2018-04-04T13:22:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T00:05:18.000Z (almost 7 years ago)
- Last Synced: 2024-12-25T21:40:26.942Z (4 months ago)
- Topics: ats-lang, blockchain, blockchain-demo, commandline-interface, functional-programming, interpreter, lambda-calculus, lisp, parser, programming-language, smart-contract-platform, smart-contracts
- Language: ATS
- Homepage:
- Size: 15.1 MB
- Stars: 20
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ATS-Blockchain
[](https://travis-ci.org/galletti94/ATS-blockchain)
[](https://opensource.org/licenses/BSD-3-Clause)Blockchain, Smart Contract, and Database implementation in ATS

## 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/2The full report is online. Part 1 is [here](https://beta.observablehq.com/@galletti94/functional-blockchain) and part 2 is [here](https://beta.observablehq.com/@galletti94/functional-blockchain-part-2).
## Running the application
Currently only supported on Linux. After installing [ATS](http://www.ats-lang.org/) and cloning the repo, simply run
```shell
cd ATS-blockchain
git clone https://github.com/ashalkhakov/colorado.git
make regress
```------
Pull requests are welcome!