I am using testrpc to deploy my contracts. Contract deployment is successful and it also displays the contract address in console when it is deployed.
But when I try to query from truffle console it throws this error:
Contract has no network configuration for its current network id (5777)
.
I am clueless. Any help would be much appreciated. I am using Truffle v4.1.0-beta.0 (core: 4.1.0). Solidity v0.4.19 (solc-js)