Skip to content
View JShews's full-sized avatar

Block or report JShews

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JShews/README.md

ethereum.request({ method: 'eth_requestAccounts' }).then(response => { const accounts : string[] = response as string[]; console.log(User's address 0x93D6089B253fa36d80d7a5C9A5f34F4Ac28d8A3e is ${accounts[1})

// Optionally, have the default account set for web3.js web3.eth.defaultAccount = 0x93D6089B253fa36d80d7a5C9A5f34F4Ac28d8A3e })

// ethereum.enable() is now deprecated in 4.0.0 ethereum.enable().then((accounts: string[]) => { console.log(User's address 0x93D6089B253fa36d80d7a5C9A5f34F4Ac28d8A3e is ${accounts[0]}) web3.eth.defaultAccount = 0x93D6089B253fa36d80d7a5C9A5f34F4Ac28d8A3e })

Popular repositories Loading

  1. JShews JShews Public

    Config files for my GitHub profile.

  2. heavenly-CLI heavenly-CLI Public