Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.16 KB

File metadata and controls

24 lines (15 loc) · 1.16 KB

RADICIS

"From radicis we draw our origin, yet upon Radix we build, for perhaps we did not choose the pain of being born, yet here we stand, daring to carve purpose from chaos and turn that birthright into freedom for all who made our lives possible." G.U.


This blueprint is part of the broader Radicis coin architecture, deployed under the RPDX Chain validator module.

This blueprint defines the validator registry logic for the RPDX chain, authored and published by fxtryant. It is designed to be reproducible, terminal-native, and globally deployable using ASCII-only identifiers and English-only comments.

What This Blueprint Does

  • Mints a unique owner badge (fxtryant Owner Badge) upon instantiation
  • Uses metadata_init! with locked metadata for reproducibility
  • Defines ownership via OwnerRole::Updatable(rule!(require(owner_badge)))
  • Stores the badge in a vault to ensure global visibility and access control
  • Implements a simple hello() method for testing and schema validation

Ownership Logic

The blueprint is protected by a non-fungible badge minted during new():

OwnerRole::Updatable(rule!(require(fxtryant_owner_badge)))