nanobyte
nanobyte
No. There is no error apart from this one. I think there is a syntax error in this : `cross-env NODE_ENV=production pm2 start lib/server && pm2 logs` Because apart from...
Review the code and get back to me on Saturday. On Sat, May 15, 2021, 8:36 PM Rohit Joshi ***@***.***> wrote: > ✋ > > — > You are receiving...
@rohit-joshi1 Any updates?
Please check the geth documentation for --rpc parameter. You can also use truffle if you would like.
Please type the commands mentioned. Not sure why github is changing charsets. `geth -rpcport "8085" --rpcapi="db,eth,net,web3,personal" --datadir data --network id 123 --nodiscover --maxpeers 0 console`
Reopening just for new contributors. :)
Put your queries here and let's discuss them later.
Use the mentioned command. geth -rpcport "8085" --rpcapi="db,eth,net,web3,personal" --datadir data --network id 123 --nodiscover --maxpeers 0 console Also, Is there anything apart from it?