NebulousLabs / Sia

Blockchain-based marketplace for file storage. Project has moved to GitLab: https://gitlab.com/NebulousLabs/Sia
https://sia.tech
MIT License
2.71k stars 442 forks source link

how to launch SIA daemon using SiaJs? #3177

Open snehap007 opened 5 years ago

snehap007 commented 5 years ago

I am using SIAJs to integrate Sia chainlink connectivity. referring to this tutorial https://blog.sia.tech/api-quickstart-guide-f1d160c05235. I want to launch Sia daemon from SiaJs but when i try to launch SIA daemon using SiaJS it's just waiting for a considerable amount of time and ends up with an error of "could not connect to the Sia daemon", but when we lunch SIA using terminal it successfully connects. can any one please guide if we missing any step here ?