-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Web3.js injection dependency [BOUNTY $100] #3
Comments
fulldecent
changed the title
Remove Web3.js injection dependency [BOUNTY $50]
Remove Web3.js injection dependency [BOUNTY $100]
Oct 4, 2019
we just did this over at gitcoin; heres a PR if you want to copy it => gitcoinco/web#5432 |
Cool thank you, I'll check it out |
Is this still Open? |
Yes. |
Is the bounty as well (active or increased, since it wasn't enough before)? It's marked 5 months expired. |
Bounty is still active as is. Not sure where you are seeing expired. But this issue here and my commitment to pay this bounty is active. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tenthousandsu.com currently relies on MetaMask's injected Web3.js dependency.
This approach is no longer recommended by MetaMask and is not compatible with Opera.
Apparently it is "simple" to do. But I can't find documentation of the canonical way to do iit.
Requirements
References:
other random notes
Make su squares work on Opera
Add these notes to the issue tracker
WHAT DOES METAMASK USE?
web3.version.api
0.20.3
TWEET
Made minor updates to Su Squares white paper
BUILD WEB3JS
ISSUES
web3/web3.js#2729
web3/web3.js#2623
web3/web3.js#2013
web3/web3.js#2839
https://www.reddit.com/r/ethereum/comments/44vd3f/exact_steps_to_connect_web3js_to_html_page_so_i/
https://explorer.bounties.network/bounty/2326
https://ethereum.stackexchange.com/questions/25651/what-is-the-metamask-workaround-if-web3-is-deprecated
https://raw.githubusercontent.com/ethereum/web3.js/v0.20.6/dist/web3.min.js
https://raw.githubusercontent.com/ethereum/web3.js/cd1cfd9db6cacb494884a1824f8562c6440f85df/dist/web3.min.js
curl ‘https://raw.githubusercontent.com/ethereum/web3.js/cd1cfd9db6cacb494884a1824f8562c6440f85df/dist/web3.min.js’ | openssl dgst -sha384 -binary | openssl base64 -A
rXHfd7f1o1jpr3t+dYI17CkzUY3Wswo1OGbiXPGSbg4s2E42+jkRgllwt7ss2Vlq
https://cdn.jsdelivr.net/gh/ethereum/[email protected]/dist/web3.min.js
https://www.srihash.org
The text was updated successfully, but these errors were encountered: