critcoin

Version, currently master branch1 version
  • master branchlatestMar 2, 2023

github.com/sdogruyol/critcoin

No description declared in shard.yml.

3 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  critcoin:
    github: sdogruyol/critcoin
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.7.2
License
MIT
Author
Serdar Dogruyol
Target
  • critcoin from src/critcoin.cr

Dependencies

Runtime Dependencies

  • kemal*github: kemalcr/kemal

README

critcoin

Crystal ve Kemal ile 100 satırdan az kod ile kendi blok zincirinizi geliştirin.

Kurulum

git clone https://github.com/sdogruyol/critcoin
cd critcoin
shards install

Çalıştır

crystal src/critcoin.cr

Contributing

  1. Fork it (https://github.com/your-github-user/critcoin/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors