[go: up one dir, main page]

forc-client 0.64.0

A `forc` plugin for interacting with a Fuel node.
1
2
3
4
5
6
7
mod deploy;
mod run;
mod submit;

pub use deploy::{deploy, DeployedContract};
pub use run::run;
pub use submit::submit;