Closed pi0neerpat closed 6 years ago
no
abi can be exactly the same for different contracts
sorry, the above should include checking for contract address. if all fields match, then it should deny posting new DApp and return the existing mnemonic
Closed, since users should be able to submit as many dapps as they want, however they want it! You get a dapp, you get a dapp, everyone gets a dapp!
in server.js
app.post
, the server should search through all the DApps and check whether the abi, network, and name match. If so, the server should return the mnemonic for the existing DApp.