probfin

Version, currently 0.2.13 versions

github.com/cocol-project/probfin

Probabilistic Finality for Crystal

3 stars
1 dependent
License: MPL-2.0

Installation

# Add this to your shard.yml
dependencies:
  probfin:
    github: cocol-project/probfin
    version: ~> 0.2.1

Then run:

shards install

shard.yml

Crystal
0.30.1
License
MPL-2.0
Author
Cristian Șerb <cserb@pm.me>

Dependencies

This version declares no dependencies.

README

# ProbFin

Probabilistic Finality for Crystal

## Installation

1. Add the dependency to your `shard.yml`:

   ```yaml
   dependencies:
     probfin:
       github: cocol-project/probfin
   ```

2. Run `shards install`

## Usage

```crystal
require "probfin"
```

TODO: Write usage instructions here

## Development

TODO: Write development instructions here

## Contributing

1. Fork it (<https://github.com/your-github-user/DAG/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

- [your-name-here](https://github.com/your-github-user) - creator and maintainer