+
Askeladd DVM Marketplace
+
Censorship resistant global proving network
+
Powered by Nostr and Circle STARKs.
+
+
+
+ setLogSize(Number(e.target.value))}
+ className="w-full bg-black text-neon-green px-3 py-2 rounded border-neon-green border-2"
+ />
+
- {jobId && (
-
-
Job ID: {jobId}
-
Status: {proofStatus}
- {isLoading &&
}
+
+
+ setClaim(Number(e.target.value))}
+ className="w-full bg-black text-neon-green px-3 py-2 rounded border-neon-green border-2"
+ />
+
- {error &&
Error: {error}
}
- {proof && (
-
-
Proof received:
-
- {proof}
-
- {starkProof &&
+
+
+ {isLoading &&
}
- <>
-
Proof of work nonce: {starkProof?.commitment_scheme_proof?.proof_of_work?.nonce}
- >
+ {jobId && (
+
+
Job ID: {jobId}
+
Status: {proofStatus}
- }
-
+ {error &&
Error: {error}
}
+ {proof && (
+
+
Proof received:
+
+ {proof}
+
+ {starkProof && (
+
+ Proof of work nonce: {starkProof?.commitment_scheme_proof?.proof_of_work?.nonce}
+
+ )}
+
+
+ )}
)}
- )}
+
+
+ Welcome to Askeladd DVM Marketplace! Prove your claims and conquer the blockchain realm!
+
);
}
diff --git a/askeladd-dvm-marketplace/tailwind.config.ts b/askeladd-dvm-marketplace/tailwind.config.ts
index 552f3b9..9a10e1f 100644
--- a/askeladd-dvm-marketplace/tailwind.config.ts
+++ b/askeladd-dvm-marketplace/tailwind.config.ts
@@ -8,9 +8,18 @@ module.exports = {
theme: {
extend: {
fontFamily: {
- mono: ["Press Start 2P", "monospace"],
+ arcade: ['"Press Start 2P"', 'cursive'],
+ },
+ colors: {
+ 'neon-green': '#00ff00',
+ 'neon-pink': '#ff00ff',
+ 'neon-blue': '#00ffff',
+ 'neon-yellow': '#ffff00',
+ 'neon-orange': '#ff8000',
+ 'neon-red': '#ff0000',
+ 'dark-purple': '#2a0e61',
},
},
},
plugins: [],
-};
+};
\ No newline at end of file