2 Repos
Tools for converting binary data into standardized formats like Base64 for on-chain metadata.
Distinct from Data Encoding Utilities: Distinct from general binary encoding: focuses on Base64 specifically for on-chain asset metadata and URI generation.
Explore 2 awesome GitHub repositories matching security & cryptography · Data Encoding Utilities. Refine with filters or upvote what's useful.
OpenZeppelin Contracts is a library of modular, secure, and reusable smart contract components designed for the development of decentralized applications. It provides a foundational framework for building standard-compliant contracts, offering battle-tested implementations for token standards, access control, and common utility patterns. The project distinguishes itself through its comprehensive support for complex architectural patterns, including proxy-based upgradeability, role-based access control, and account abstraction. It enables developers to implement modular logic injection via hoo
Provides utilities to transform binary data into Base64 strings for URL-safe metadata and data URIs.
This tool is a command-line processor designed for querying, updating, and transforming structured data files. It functions as a versatile engine for manipulating YAML, JSON, TOML, and XML documents, allowing users to perform complex operations directly from the terminal. By utilizing a path-based expression language, it enables precise navigation and modification of data structures within configuration files and infrastructure-as-code workflows. What distinguishes this tool is its ability to perform in-place document mutations while preserving original formatting, comments, and metadata. It
Converts text content to and from Base64 format for handling encoded strings.