Life
Sites
-
Recent Posts
Log In
Categories
Tag Archives: stacks
The New Stacks Open Development Community
participants continue to share the belief that they ‘can do more in concert than individually’ — OpenSource.com I propose developers in the Stacks blockchain ecosystem join together in one identity — The Open Development Community. Our primary objective is to … Continue reading
Posted in Crypto, dApps, Development, Technology, Web
Tagged community, crypto, stacks
Leave a comment
Stacks Blockchain API Architecture – WebSocket message flow
This discusses the architecture behind a critical piece for Stacks decentralized apps (dApps) developers: the flow of data from the Stacks Node where the block chain is constructed to the WebSockets service provided in the Stacks Blockchain API. dApps can … Continue reading
Posted in Crypto, dApps, Development, Technology, Typescript
Tagged blockchain, stacks
Leave a comment
Learning the Stacks SDK/API – The Demo Client
Stacks has a RESTful API and a library called Stacks.js. Stacks.js is a set of libraries for Typescript clients “which provide everything you need to work with the Stacks blockchain.” To develop a better understanding, I created a web client, a … Continue reading