This is the crystal lang implementation of the Nautilus Blockchain Protocol. Its still in development : Read the Protocol Documentation.
Dependencies: Crystal lang.
cd to the repository folder and run:
shards build
All Binaries are in the bin folder of this repository.
Currently only development Network is implemented. Run first Node:
bin/nautilus --network=development
The Genesis Node, need to be setup first, its not possible build the first block without the genesis node.
- Command Line Tool for creating and managing Accounts
- Command Line Tool for access to the node through RPC.
- Setup procedure for Genesis Node (Required for development mode)
- Enable Validation Model
- Add EVM to be binary compatible with Ethereum.
- Add Clients for other Network Protocols for Validation
- Write more Documentation
- Fork it (https://github.com/your-github-user/nautilus/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Ferhat Ziba - creator and maintainer