Page 1 of 1

Bitcoin Transactions

Posted: Wed Oct 18, 2017 9:00 pm
by JohnBaljian
Is it possible to implement Bitcoin transactions API (in c#) inside a CSHTML5 project?

EXAMPLE (GET User's bitcoin wallet balance , SEND bitcoins to another user via a CSHTML5 page etc...)

Re: Bitcoin Transactions

Posted: Thu Oct 19, 2017 12:10 am
by JS-Support @Userware
Hi,

You can use the WebClient control to communicate to other servers. You will find a tutorial that uses the WebClient control at the following URL:
http://cshtml5.com/links/wcf-limitations-and-tutorials.aspx#rest-tutorial

Regards,
JS-Support