[Ethereum] how to setup multicurrency ICO / Crowdsale

crowdsaleicosolidity

I'm having difficulty finding information on how to setup a contract that accepts multi-currency like bitcoin, wave, ripple, etc. And also looking for a solution to distribute my tokens to these accepted coins.

A direction or links on how to setup these steps would be much appreciated.

Best Answer

An Ethereum contract cannot directly interact with other blockchains.

You have to use a service like BTC Relay, their project on github.

Related Topic