Abhishek Upperwal
Abhishek Upperwal
give me a day or two. will run it and get back to you.
Let me try to run it and debug it.
@abdullah-19 Did some changes. try it now.
Can you be more specific? - New Blockchain accounts? - New Police, Citizen accounts?
@shantanu49 Could you please elaborate? What do you mean not integrating?
@shantanu49 > start ganache server using truffle. This project does not use Ganache. Truffle is directly linked using ```Web3.providers.HttpProvider``` as given below > now my question is in this project...
this should be ```this.complainContract.methods.registerComplain```, you are missing ```methods```. It would be better if you first go through the docs. [Web3 Contracts](https://web3js.readthedocs.io/en/1.0/web3-eth-contract.html#eth-contract) would be a good starting point.
@olliestanley Can you assign it to me. I will work on it over the weekend. Thanks.
@jeshocarmel > Thanks for the info. I'm now using DHT to discover peers but that too is not working in the AWS public internet as the private IPs are the...
@jeshocarmel can you try [this](https://github.com/libp2p/go-libp2p-examples/tree/master/chat-with-rendezvous) example and use `peer` [argument](https://github.com/libp2p/go-libp2p-examples/blob/91559fb2626e8d36ea0cb248d2d9294219218c70/chat-with-rendezvous/flags.go#L53) to pass the multiaddr of your bootstrap node.