Skip to content

Instantly share code, notes, and snippets.

@tech-engine
Created August 21, 2021 12:27
Show Gist options
  • Save tech-engine/9b1b4bd47b118e872db471c2023b10ba to your computer and use it in GitHub Desktop.
Save tech-engine/9b1b4bd47b118e872db471c2023b10ba to your computer and use it in GitHub Desktop.
Document Porting An Existing Ethereum DApp To Polyjuice - getPolyJuiceAddr
var App = {
getPolyJuiceAddr: async () => {
const addressTranslator = new AddressTranslator()
const polyjuiceAddress = addressTranslator.ethAddressToGodwokenShortAddress(App.account)
$('#poly-address').text(polyjuiceAddress)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment