NodeFactoryIo / solidity-node-docker-starter

Starter project for developing Ethereum smart contracts with Solidity, Truffle and Node.js as a backend server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Infura API

morrigan opened this issue · comments

Change from
https://mainnet.infura.io/[YOUR_KEY]
to
https://mainnet.infura.io/v3/[PROJECT_ID]

More info on Infura docs

Test deployment.