crystal-coin
crystal_coin
Crystal Coin project to learn Crystal Programming Language and Blockchain - Original Post
Installation
- Linux Mint 19
- Crystal 0.25.1 [b782738ff] (2018-06-27)
Usage
- shards
- crystal run src/server.cr
Development
crystal run src/server.cr
on port 3000
crystal run src/server.cr
on port 3001
curl -X POST http://0.0.0.0:3000/nodes/register -H "Content-Type: application/json" -d '{"nodes": ["http://0.0.0.0:3001"]}'
curl -X POST http://0.0.0.0:3001/transactions/new -H "Content-Type: application/json" -d '{"from": "eqbal", "to":"spiderman", "amount": 100}'
curl http://0.0.0.0:3001/mine
curl http://0.0.0.0:3000/chain
curl http://0.0.0.0:3000/nodes/resolve
curl http://0.0.0.0:3000/chain
Contributing
- Fork it (https://github.com/your-github-user/crystal_coin/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
Contributors
- vitorvezani Vitor Rodrigo Vezani
Repository
crystal-coin
Owner
Statistic
- 1
- 0
- 0
- 0
- 2
- over 5 years ago
- July 14, 2018
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 21:06:08 GMT
Languages