All Questions
Tagged with server-side dapp-development
3 questions
0
votes
3
answers
1k
views
Best options to host an ethereum react dapp to a custom domain
I'm looking for best options to host an ethereum dapp created using react and drizzle, with the following requirements:
It needs to be hosted in a custom domain (.com / .net / OR .io ) that I have ...
0
votes
1
answer
45
views
DApp on Node2 accessing smart contract deployed by Node1
Node 1(Desktop) deployed a contract on private blockchain. From node2(Laptop),I want to interact with the contract.
But I failed at 'web3.version.getNetwork(err, netId)' function.This function throws ...
2
votes
1
answer
786
views
How to use contracts deployed by embark on the server side of a meteor app?
I have created my example using embark meteor_demo and then changed my configuration on embark.yml to output the contract on the server folder instead of the client.
From that point i started getting ...