lhartikk / naivecoin

A tutorial for building a cryptocurrency
https://lhartikk.github.io/
Apache License 2.0
531 stars 266 forks source link

Unable to hit sendTransaction api #15

Open Bikram-antech opened 5 years ago

Bikram-antech commented 5 years ago

Hello @lhartikk I am newbie and i have downloaded your source code and able to make nodes working and apis mentioned in Naive-chain tutorial. But now when i moved forward to Naive-coin tutorial, In this project i am able to hit apis from Naive-Chain but apis from Naive-coin is not working. For example: I am hitting send transaction api but it throws me error :

<!DOCTYPE html>

Error
Cannot POST /sendTransaction

Is there something i left or is there something missing in code. Anyone facing same issue? Please reply asap