Skip to content
Advertisement

Unable to deploy Solidity contract to Rinkeby network (Invalid asm.js: Invalid member of stdlib)

I’ve been learning Solidity using this course by Stephen Grider and it’s been going well until now, where I am trying to deploy my code to the Rinkeby test network.

For reference, I am using Node version 11.15.0 with npm version 6.7.0 with these dependencies:

JavaScript

I have spent hours switching between versions of Node.js, npm, and all sorts of combinations of the dependencies, from the most current versions to the versions specified in the course. While I am getting a multitude of issues, the most prominent two seem to be

JavaScript

and

JavaScript

My question would be are there any fixes for either of these issues based on my code, or is there a simpler way to deploy to the blockchain? Thank you in advance.

Advertisement

Answer

Error: CONNECTION ERROR: Couldn't connect to node rinkeby.infura.io/v3/acb10732334e4450ba7dc55e618eb70a.

You probably meant https://rinkeby.infura.io/... (You’re missing the https://.)

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement