https://github.com/astares/blockchain
Blockchain implementation for Pharo
https://github.com/astares/blockchain
pharo
Last synced: over 1 year 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 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T15:31:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T13:25:16.079Z (over 1 year 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).
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](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
```