How we can we connect our own contracts to our Dapp store

Hey Hi.

we are planning to host our own Dapp store using meroku protocol. So we have few queries regarding that .and i am looking for your answers.

1] Can we host our Own APIs?
2] can we connect our own deployed contracts for our Dapp store?.

Hi @Naveenkumar

  1. Yes, you can host your APIs. Since the data is stored on chain, anyone can access it.
  2. You can use our contracts or extend Meroku contracts for the functionalities that you want. You can fork and create a PR against our contracts that we may accept.