https://github.com/shehand/chain
Block-chain in one place
https://github.com/shehand/chain
blockchain blockchain-technology cryptocurrency cryptography
Last synced: 11 months ago
JSON representation
Block-chain in one place
- Host: GitHub
- URL: https://github.com/shehand/chain
- Owner: shehand
- Created: 2019-11-05T14:11:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T10:03:14.000Z (over 6 years ago)
- Last Synced: 2025-04-03T10:44:45.755Z (about 1 year ago)
- Topics: blockchain, blockchain-technology, cryptocurrency, cryptography
- Language: Python
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chain
[](https://travis-ci.com/shehand/Chain)
## Introduction
Chain is a place that has the basic implementation of Blockchain in every languages that can implement a Blockchain. Following are the current implementations and their languages.
- [Python](https://github.com/shehand/Chain/tree/master/py-chain)
- [Go lang](https://github.com/shehand/Chain/tree/master/go-chain)
- [Ballerina](https://github.com/shehand/Chain/tree/master/bal-chain)
- [Java](https://github.com/shehand/Chain/tree/master/j-chain)
## How to run
- fork the repo
- clone the repo
- cd to the project what you want to run
- read the readme inside that project
## How to contribute
Please feel free to raise any issue reagarding this project. All the PRs are welcome and of they are appicable with the project intention, will be merged. Follow the instruction to contribute
- fork the repo
- clone the repo
- make your own branch (optional)
- do your thing
- when implementing please add a README.md file that has the instructions in-order to run the project.
- make the PR
- All PRs should be opened to the branch -> `open-dev` and not to the `master` branch.
- and its done. XD
happy coding....