neodix42 / MyLocalTon

Personal local TON blockchain
GNU General Public License v3.0
105 stars 17 forks source link

Please ship also ton-http-api with this tool #3

Closed dariotarantini closed 9 months ago

dariotarantini commented 2 years ago

i think could be useful to ship also https://github.com/toncenter/ton-http-api with this tool. Also a cli-only version of this tool could be useful (just like ganache-cli)

neodix42 commented 2 years ago

ton-http-api is a standalone application from TonCenter and requires Python deployment. It does not make much sense if we ship it together with MyLocalTon. At the same time, we plan to support command line only option of MyLocalTon. It will be able to run with headless java and won't have any GUI. Simple configuration parameters will be availabe via command line parameters.

neodix42 commented 2 years ago

Ok, there are some more requests for this feature. I will keep an eye on it and put whenever have time.

dariotarantini commented 2 years ago

well yes, for development it would be very useful

kdimentionaltree commented 2 years ago

Hi, we currently working on ton-http-api update which allows to run it locally on any machine (now only Ubuntu is supported). Also ton-http-api will soon be available on PyPi. I'll report here on updates.