use dotenv;
use env;
pub use *;
use crateVault;
use crateWeb3;
/// Builds an instance of [Web3] that allows the contract instances to interact with the ethereum node.
/// Loads any .env file and then check the environment variables for `key`.
/// Will panic if the `key` is not found.
/// Builds an instance of [Vault]