venture capital Announcing Decent Ventures Decent Ventures is a new program offered by Decent Labs to companies with high growth potential, industry expert founders, and a clear path to economic sustainability.
nodejs The Modern API, Part 2 In The Modern API, Part 1, we went over how to set up your development environment for a Node API. Here in Part 2, we'll start writing some code. We will write some
nodejs The Modern API, Part 1 At decent labs we know a thing or two about building software. In our pursuit of client happiness paired with using solid software fundamentals to build resilient, scalable systems, we've iterated through the
design Designing an MVP. And also shipping it. Our approach to product design at decent labs focuses on the MVP. We have to figure out what is the minimum we can execute on and ship that gets a usable product out the door.
ethereum Contract Composability: The Building Blocks of Ethereum Smart Contract Development Learn how to build smart contracts in a way that make it easy for others to use them within their own contracts. Learn how to build your own smart contracts that use existing contracts to extend their functionality.
lambda Making a Message-Replacing Slash Command Slack Bot using AWS Lambda + API Gateway Slack is a powerful tool. An organization can use it to interact with leads in real time from a chat box on their website, track Continuous Integration and Continuous Deployment status by having
cryptocurrency What’s the Difference Between a Cryptocurrency and a Token? A token is an application that lives on your iPhone. A cryptocurrency is the electricity that powers it, and a blockchain encompasses the entire iPhone, from the silicon processor inside to the designers that gave it beauty.
blockchain The Characteristics of a Blockchain In the world of blockchains, there are no M&As. You have to win.
ethereum Building your first Ethereum Oracle Blockchains are inherently self-sufficient. The entire deterministic model of a traditional blockchain is hinged on the fact that during transaction execution (which updates the “state” of the system) blockchains cannot perform any logic which is derived from sources external to the blockchain.