Latest Updates

Documenting code, one commit at a time.

Casper 2 posts
×

Streamlining Smart Contract Configuration with TOML in casper-yield-agent

Introduction

The casper-yield-agent project often interacts with various smart contracts deployed on the Casper blockchain. A critical aspect of maintaining a robust and reliable agent is accurately managing the addresses of these deployed contracts, especially across different environments like casper-test.

The Problem

Manually updating smart contract addresses or embedding them

Read more

Reverting Configuration: A Case Study in Managing Deployments for Casper Projects

Introduction

In the realm of blockchain development, managing configuration for contract deployments across different environments is crucial. The casper-yield-agent project recently saw activity related to precisely this, specifically a revert of a configuration change for casper-test deployed contracts.

The Challenge of Environment-Specific Configurations

Projects interacting with

Read more