oneclickdapp / oneclickdapp-v1

:zap::wrench::link: :shipit: Instantly build a dApp with a simple URL to bookmark or share with a friend.
http://OneClickdApp.com
MIT License
254 stars 69 forks source link

Server should prevent submitting the exact same DApp #21

Closed pi0neerpat closed 6 years ago

pi0neerpat commented 6 years ago

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.

cupOJoseph commented 6 years ago

no

abi can be exactly the same for different contracts

pi0neerpat commented 6 years ago

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

pi0neerpat commented 6 years ago

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!