Skip to content

rareprotocol/aux

Repository files navigation

How to deploy a Contract

forge create --rpc-url ${rpcUrl} \
    --private-key ${privateKey} ${pathToSolidityFile}:${contractName} \
    --etherscan-api-key ${apiKey} \
    --verify

About

Auxiliary contracts of the Rare Protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages