https://github.com/anthdm/projectx
A community driven modular blockchain created from scratch
https://github.com/anthdm/projectx
Last synced: about 1 year ago
JSON representation
A community driven modular blockchain created from scratch
- Host: GitHub
- URL: https://github.com/anthdm/projectx
- Owner: anthdm
- License: mit
- Created: 2022-07-04T11:41:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T17:40:15.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T18:04:20.165Z (about 1 year ago)
- Language: Go
- Size: 1.65 MB
- Stars: 145
- Watchers: 3
- Forks: 47
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project X
A community driven modular production ready blockchain, created from scratch where every single byte coded is LIVE recorded.
## Live coding sessions
[All the development sessions can be found here](https://www.youtube.com/channel/UCIjIAXXsX4YMYeFj-LP42-Q)
## Requirements
Golang 1.18 or higher
> Note: this project is under heavy development! Things may change rapidly!
## Instalation
```
make build
```
Executing this command will create a bin folder in the root of the project.
## Testing
```
make test
```
## Usage
```
TODO
```
## License
The project is currently Licensed under the MIT License.