Skip to content

Instantly share code, notes, and snippets.

@stefanionescu
Last active October 31, 2020 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanionescu/47bb1b6c53f9870aa07395fd3b61886e to your computer and use it in GitHub Desktop.
Save stefanionescu/47bb1b6c53f9870aa07395fd3b61886e to your computer and use it in GitHub Desktop.
Open a Safe and create RAI using the GEB CLI
npm i -g @reflexer-finance/geb-console
geb-console kovan
tx = geb.deployProxy()
metamask(tx)
proxy = await geb.getProxyAction("<Your Ethereum address>")
tx = proxy.openLockETHAndGenerateDebt(wad(1), ETH_A, wad(100))
metamask(tx)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment