## Virtuals Fortune Spec ![Build And Test Workflow Status](https://github.com/clementwanjau/virtuals-fortune-spec/actions/workflows/rust.yml/badge.svg) This crate holds the specification for the Virtuals Fortune program. All providers should implement the `Provider` trait. It should also provide its own implementations for the following traits: - Scraper - Trade - Trader - TradingAccount.