Post
Topic
Board Project Development
Re: Accept BTC / LTC / ETH directly without third party
by
Joel_Jantsen
on 04/07/2017, 19:12:48 UTC
Would you have suggestion of script which are open source for this purpose ?
The third party libraries are open sourced and you don't want to use them so..
Technically,there is  no script but an API or function calls the library provides to interact with the chain.
Honestly speaking,do it the hard way,RPC's + your own API.
Bit of work but gives more control over your transactions.