Clear path from a dev landing on the website to them using AnyHedge
Our objective is for a JS dev to be able to land on our website (coould be NPM package website, but ideally AnyHedge.com), and have a clear path on getting from there to creating their first AnyHedge contract.
On the AnyHedge website we have a section Getting Started > Developers, I suspect that these interested developers will be able to find their way there pretty easily. Currently that links to our GitLab group, which I think is too broad. Instead we should link (probably) to the NPM page or (maybe) to the specific AnyHedge library repo. Whichever we link to, the README will be exactly the same.
In this README we already have clear installation instructions. We also have an example in the examples repository. What we still need is clear reference to that example code and a clear explanation of it. Besides we need to have instructions for the user to set up a new Node project, install the required dependencies (also things like bitbox or libauth), and copy over the example from our repo. That way the developer has everything they need in their own repo, and can start changing the example code to their liking in their own environment.