trufflesuite / trufflesuite.github.io

Staging Repo of Build Artifacts for Truffle Suite. Find the source at https://github.com/trufflesuite/trufflesuite.com
https://www.trufflesuite.com
34 stars 160 forks source link

Added filtersubprovider #97

Closed simondlr closed 6 years ago

simondlr commented 7 years ago

Infura doesn't allow filters. You need to use the filter subprovider.

tcoulter commented 7 years ago

Thanks Simon. We should change this whole tutorial to use the truffle-hdwallet-provider instead!

bmmpxf commented 6 years ago

Hi there @simondlr . Thanks for the PR. We finally got to rewriting the entire Infura tutorial to use Truffle's HDWalletProvider. The result ends up being much simpler to use than the way we originally wrote it. Check it out!

http://truffleframework.com/tutorials/using-infura-custom-provider

If you see any other issues, please feel free to suggest. Do note that we've since moved our website source code to another repository:

https://github.com/trufflesuite/trufflesuite.com/

Sorry it took so long to get back to you. The Truffle team has grown recently, so we'll be able to accept feedback much quicker from now on. Thanks!