Hi, We are interested to develop an ICP system as an API system, purely for us to call and save data to ICP canister. And the frontend is built elsewhere.
-
If that is doable? As when we tried calling the endpoint like https://canisterurl.com/action=createUser&name=john? it is returning us the candid interface instead of returning like a JSON response.
-
For use case like this, on the wallet management side, are we able to keep a wallet private key in the server, and any transactions that we want to make, we will just utilize the wallet private key to sign the transactions? Understand that this is not the most secure approach, but we would like to do it as a POC first, and the wallet used will only be used for recording data and not valuable assets will be transferred.
Thanks!