Can anyone tell me if I can deploy my own smart contract or run/host a solidity code via my own website?
I am trying to deploy a contract on a local ethereum blockchain using testrpc.
I want to create a contract that sends a token to a dynamic number of eth addresses. So, instead of firing the contract for each token which would be time-consuming, I would like to do it automatically/seamlessly. But I want to be able to run my solidity code and handle the contract through my own website instead of running it on the ethereum wallet application or somewhere else.
Anyone, please share some ideas on how we can achieve this?