New Documentation!
A month ago we announced the release of a new management dashboard that users of BlockApps STRATO could utilize for their blockchains. We’ve been excited to receive lots of positive feedback. Today we’d like to announce that we have completely updated our documentation to accompany the dashboard as well as our Ethereum APIs.
If you navigate to http://developers.blockapps.net/ you will see we consolidated our “quick start” guides into one single document. We’ve also added a few new features with walkthroughs!
STRATO Management Dashboard
To get started with the dashboard we’ll walk you through inspecting blocks, transactions, sending Ether with accounts, and deploying and interacting with smart contracts via the UI.
Swagger API Docs
If you are running STRATO locally you can open this url in a new tab, http://localhost/docs/?url=/strato-api/eth/v1.2/swagger.json to view the lower level Ethereum endpoints or to
http://localhost/docs/?url=/bloc/v2.1/swagger.json to view the higher level account & smart contract abstraction endpoints
Or if you are running on Azure just replace localhost with your node’s url.
Once you have that open, the docs will walk you through using swagger to test the creation of users, creating smart contracts, calling smart contract methods, and sending Ether between accounts.
Finally we also have docs around how you can hit the raw endpoints without the swagger UI.
As always we love hearing feedback so get in touch!
