deploy

ra-protocol deploy

Deploy a contract that has been compiled

USAGE
  $ ra-protocol deploy -c ethereum|bsc|avalanche|solana -f eoa|sep|this

FLAGS
  -c, --chain=(ethereum|bsc|avalanche|solana)  (required) specify which chain
  -f, --from=(eoa|sep|this)                    (required) specify where flash should be from

DESCRIPTION
  Deploy a contract that has been compiled

EXAMPLES
  $ ra-protocol deploy --chain ethereum --from eao
  Deployment is complete

FLAG DESCRIPTIONS
  -c, --chain=(ethereum|bsc|avalanche|solana)

        ethereum: Ethereum
        bsc: Binance Smart Chain
        avalanche: Avalanche
        solana: Solana

  -f, --from=(eoa|sep|this)

        eao: From your EOA
        sep: From a separate contract
        this: From the same contract

CONFIG USAGE
  This command behavior affected by following config variables: protocol-aave, protocol-uni, privacy

  For details run
  $ ra-protocol config set --help

See code: dist/commands/deploy/index.ts

Last updated