Skip to content

Latest commit

Β 

History

History
30 lines (19 loc) Β· 1.21 KB

File metadata and controls

30 lines (19 loc) Β· 1.21 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.

It defines the validator registry logic for the RPDX chain, authored and published by fxtryant.
The implementation 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)))