All Questions
Tagged with express blockchain
2 questions
0
votes
1
answer
46
views
Not able to run a function of a smart contract (Create Community) from Express.js server
I am trying to create community from express server but getting an error. The get Community is running fine I am able to get the Community corresponding to that particular id. But when trying to send ...
0
votes
1
answer
30
views
Restricting External Adapter Access to a Specific Smart Contract: Is it Feasible?
How can I ensure that my external adapter is only accessible by a specific contract? Does the Post express middleware in the external adapter have a header key indicating the calling smart contract? I'...