Platform
Deploying Contracts using Foundry
Deploy EVM contracts using SYBL using Foundry
Foundry is a modular toolkit written in rust for deploying Ethereum contracts.
It can be used with SYBL to deploy contracts to most EVM compatible chains.
These arguments allow for forge to use a SYBL account:
- —unlocked: Allow forge to use the account provided by SYBL
- —from: The address of the SYBL account to use
- —rpc-url: The SYBL RPC url with your API Key