Bevy Stylus Plugin
A Bevy plugin for integrating with Stylus blockchain contracts.
Usage
Add to your Cargo.toml:
[]
= { = "https://github.com/yourusername/bevy-stylus-plugin" }
Then in your game:
use *;
use ;
Configuration
Create a Stylus.toml file in your project root and set the PRIVATE_KEY environment variable.