PinnedHow to Set Up a Local Ethereum Development Environment for Smart ContractsIntroduction: Ethereum, often referred to as the "world computer," is a blockchain platform that enables the development of decentralized applications (DApps) and smart contracts. It represents a significant infrastructure in the world of blockchain ...Oct 9, 2023·5 min read
How to Read Queries with WeaveDBIntroduction WeaveDB is a powerful database management system built on Arweave Blockchain that allows you to interact with your data using the WeaveDB SDK. It offers powerful querying options for retrieving data from your collections. In the previous...Nov 7, 2023·4 min read
How to Write Queries with WeaveDBIntroduction WeaveDB is a powerful database management system built on Arweave Blockchain that allows you to interact with your data using the WeaveDB SDK. In this guide, we will walk you through the process of writing queries for WeaveDB. We'll cove...Nov 6, 2023·4 min read
Deploy a Database with WeaveDB: A Step-by-Step GuideIntroduction WeaveDB offers a user-friendly web console that simplifies the process of deploying a database, creating a collection, and integrating it into your code. In this article, we will walk you through the essential steps of deploying a databa...Oct 27, 2023·3 min read
How to Containerize a Node.js Microservice with DockerIntroduction In this tutorial, you will learn how to containerize a Node.js microservice using Docker. Containerization allows you to package your microservice and its dependencies into a single, portable unit that can run consistently across differe...Oct 18, 2023·5 min read
Infrastructure as Code (IaC) with TerraformIntroduction In this tutorial, you will learn how to manage your infrastructure using Terraform, a popular Infrastructure as Code (IaC) tool. Terraform enables you to define, provision, and manage infrastructure resources in a declarative manner. Thi...Sep 30, 2023·6 min read
How to build and create an Ethereum walletCreating a custom Ethereum wallet is a complex task that involves handling cryptographic operations, interacting with Ethereum networks, and providing a user interface for wallet management. Here's a guide on how to develop a basic custom Ethereum wa...Sep 29, 2023·3 min read