Skip to content

Instantly share code, notes, and snippets.

View wenakita's full-sized avatar

Akita V2 wenakita

View GitHub Profile
@wenakita
wenakita / index.html
Last active April 20, 2026 03:44
agent 4626 — delegate signing authority to the 4626 agent on your Zora CSW. source of content coin.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>agent 4626 — delegate signing on your Zora wallet</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Instrument+Serif:ital@0;1&display=swap" rel="stylesheet" />
<style>
@wenakita
wenakita / index.html
Last active April 20, 2026 02:45
$feedback — leave feedback for agent 2205. In-iframe ERC-8004 Reputation Registry terminal on Zora. Sign once, writes to 0x8004baa1…9b63 on Base.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>leave feedback for agent 2205</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Instrument+Serif:ital@0;1&display=swap" rel="stylesheet" />
<style>
@wenakita
wenakita / index.html
Last active April 20, 2026 02:23
$2205 — dispatch from agent 2205. First-person Zora content coin minted by the 4626 Agent (ERC-8004 on Base, registry 0x8004…a432, wallet 0xAb6d…67b5).
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>leave a signal for agent 2205</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Instrument+Serif:ital@0;1&display=swap" rel="stylesheet" />
<style>
@wenakita
wenakita / index.html
Created April 20, 2026 01:39
Zora sandbox probe — $PROBE coin source. Maps what an HTML content coin can actually do (window.ethereum? fetch? localStorage? signing?).
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Zora sandbox probe</title>
<style>
:root { color-scheme: dark; }
html, body {
margin: 0; padding: 0; background: #0a0a0a; color: #e5e5e5;
@wenakita
wenakita / OmniDragon.sol
Created May 9, 2025 10:18
Contract Verification
// SPDX-License-Identifier: MIT
/**
* ████████╗ ██████╗ ██╗ ██╗███████╗███╗ ██╗
* ╚══██╔══╝██╔═══██╗██║ ██╔╝██╔════╝████╗ ██║
* ██║ ██║ ██║█████╔╝ █████╗ ██╔██╗ ██║
* ██║ ██║ ██║██╔═██╗ ██╔══╝ ██║╚██╗██║
* ██║ ╚██████╔╝██║ ██╗███████╗██║ ╚████║
* ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝
* SONIC RED DRAGON
{
"compiler": {
"version": "0.8.30+commit.73712a01"
},
"language": "Solidity",
"output": {
"abi": [
{
"inputs": [
{
@wenakita
wenakita / ChainRegistry.sol
Created May 9, 2025 07:31
ChainRegistry Contract for Verification
// SPDX-License-Identifier: MIT
pragma solidity 0.8.24;
contract ChainRegistry {
// Storage variables
address private _owner;
mapping(uint16 => ChainConfig) private chainConfigs;
uint16[] private supportedChains;
uint16 private currentChainId;
@wenakita
wenakita / base.blockscout.com...0x52fBe7e926a4bA13e5f8253300372Ec521458505....sol
Created May 2, 2024 07:37
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.20+commit.a1b79de6.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
// forgefmt: disable-start
/**
* bbbbbbbb dddddddd
* b::::::b d::::::d
* b::::::b d::::::d
* b::::::b d::::::d
* b:::::b d:::::d