Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astares/blockchain
Blockchain implementation for Pharo
https://github.com/astares/blockchain
pharo
Last synced: 3 months ago
JSON representation
Blockchain implementation for Pharo
- Host: GitHub
- URL: https://github.com/astares/blockchain
- Owner: astares
- License: mit
- Created: 2017-09-28T19:59:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T15:31:48.000Z (5 months ago)
- Last Synced: 2024-10-09T13:25:16.079Z (3 months ago)
- Topics: pharo
- Language: Smalltalk
- Size: 14.6 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blockchain
**Blockchain** simple blockchain implementation in [Pharo](https://www.pharo.org).
[![Pharo 7](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 8](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 9](https://img.shields.io/badge/Pharo-9.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 12](https://img.shields.io/badge/Pharo-12-%23aac9ff.svg)](https://pharo.org/download)Install
---------
You can install **Blockchain** by executing the following load scripts:```Smalltalk
Metacello new
repository: 'github://astares/Blockchain:master/src';
baseline: 'Blockchain';
load
```