Lottery Smart Contract written in ink!
Contract where you can buy lottery "bets"
The Sorting of the picks matter.
There is a drawing every x blocks of 3 numbers between 0 to 255
The bet is running till somebody bet has all 3 numbers right, then the game restarts
cargo +nightly test
cargo test -- --nocapture
cargo tarpaulin
cargo +nightly contract build