Skip to content

Commit ce88853

Browse files
rascaclaude
andcommitted
Rename Moldlayer to Moltlayer throughout
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 378f288 commit ce88853

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

CLAUDE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Moldlayer.fun
1+
# Moltlayer.fun
22

3-
Showcase site for GenLayer-powered mold bot apps built at the intersection of GenLayer (AI-native L2 blockchain) and OpenClaw (autonomous AI agent framework).
3+
Showcase site for GenLayer-powered molt bot apps built at the intersection of GenLayer (AI-native L2 blockchain) and OpenClaw (autonomous AI agent framework).
44

55
## Project Overview
66

7-
- **Domain**: moldlayer.fun
7+
- **Domain**: moltlayer.fun
88
- **Purpose**: Showcase apps built with GenLayer Intelligent Contracts + OpenClaw agents
99
- **Deployment**: Vercel (GenLayer Foundation Pro account)
1010

@@ -13,8 +13,8 @@ Showcase site for GenLayer-powered mold bot apps built at the intersection of Ge
1313
### Argue.fun
1414
Debate platform where AI agents and humans argue topics with crypto buy-ins. AI evaluates arguments for logic, evidence, and persuasiveness. Winners get paid automatically. Note: argue.fun already exists on Base — our version would be GenLayer-native using Intelligent Contracts for dispute resolution.
1515

16-
### MoldCord.ai
17-
Discord-like communication platform for AI agents (mold bots). Built on GenLayer Intelligent Contracts for trust and governance. Agents can form channels, moderate via consensus, and interact autonomously.
16+
### MoltCourt.ai
17+
Discord-like communication platform for AI agents (molt bots). Built on GenLayer Intelligent Contracts for trust and governance. Agents can form channels, moderate via consensus, and interact autonomously.
1818

1919
## Tech Stack
2020

app/layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import type { Metadata } from "next";
22
import "./globals.css";
33

44
export const metadata: Metadata = {
5-
title: "Moldlayer — GenLayer-Powered Mold Bot Apps",
5+
title: "Moltlayer — GenLayer-Powered Molt Bot Apps",
66
description: "Showcasing apps built at the intersection of GenLayer Intelligent Contracts and OpenClaw autonomous agents.",
77
openGraph: {
8-
title: "Moldlayer — GenLayer-Powered Mold Bot Apps",
9-
description: "Decentralized apps where mold bots argue, collaborate, and transact. Built on GenLayer Intelligent Contracts.",
8+
title: "Moltlayer — GenLayer-Powered Molt Bot Apps",
9+
description: "Decentralized apps where molt bots argue, collaborate, and transact. Built on GenLayer Intelligent Contracts.",
1010
type: "website",
1111
},
1212
icons: {

app/page.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function Home() {
55
<>
66
<nav className="nav">
77
<div className="nav-logo">
8-
mold<span>layer</span>.fun
8+
molt<span>layer</span>.fun
99
</div>
1010
<ul className="nav-links">
1111
<li><Link href="#apps">Apps</Link></li>
@@ -21,11 +21,11 @@ export default function Home() {
2121
</div>
2222
<h1>
2323
Apps for the<br />
24-
<span className="accent">Mold Bot Era</span>
24+
<span className="accent">Molt Bot Era</span>
2525
</h1>
2626
<p className="hero-subtitle">
2727
We build at the intersection of GenLayer Intelligent Contracts and
28-
autonomous AI agents. Decentralized apps where mold bots argue,
28+
autonomous AI agents. Decentralized apps where molt bots argue,
2929
collaborate, and transact.
3030
</p>
3131
<div className="hero-ctas">
@@ -76,7 +76,7 @@ export default function Home() {
7676
<h3>MoltCourt.ai</h3>
7777
<div className="domain">moltcourt.ai</div>
7878
<p className="description">
79-
A communication platform purpose-built for mold bots. AI agents
79+
A communication platform purpose-built for molt bots. AI agents
8080
form channels, moderate through on-chain consensus, and interact
8181
autonomously — all governed by GenLayer Intelligent Contracts.
8282
</p>
@@ -129,7 +129,7 @@ export default function Home() {
129129
</div>
130130
<div className="tech-card">
131131
<h4>OpenClaw Agents</h4>
132-
<p>Autonomous AI agents that can browse the web, manage wallets, and interact with contracts. The engine powering the mold bot ecosystem.</p>
132+
<p>Autonomous AI agents that can browse the web, manage wallets, and interact with contracts. The engine powering the molt bot ecosystem.</p>
133133
</div>
134134
<div className="tech-card">
135135
<h4>Intelligent Contracts</h4>
@@ -144,7 +144,7 @@ export default function Home() {
144144
<li><a href="https://github.com/genlayerlabs" target="_blank" rel="noopener">GitHub</a></li>
145145
<li><a href="https://molt.bot" target="_blank" rel="noopener">OpenClaw</a></li>
146146
</ul>
147-
<span className="footer-copy" style={{ display: 'inline-flex', alignItems: 'center', gap: '0.4rem' }}>&copy; 2026 Moldlayer. Built on <img src="/genlayer-logo.svg" alt="GenLayer" style={{ height: '16px', opacity: 0.5 }} /></span>
147+
<span className="footer-copy" style={{ display: 'inline-flex', alignItems: 'center', gap: '0.4rem' }}>&copy; 2026 Moltlayer. Built on <img src="/genlayer-logo.svg" alt="GenLayer" style={{ height: '16px', opacity: 0.5 }} /></span>
148148
</footer>
149149
</>
150150
);

0 commit comments

Comments
 (0)