Skip to content

Instantly share code, notes, and snippets.

View spapas's full-sized avatar

Serafeim Papastefanos spapas

View GitHub Profile
@spapas
spapas / eth.html
Created February 1, 2022 10:06
Connect to metamask using only the ethereum API (not deps)
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WEB3</title>
</head>
<body>
@spapas
spapas / clj-msi-scoop.json
Last active September 1, 2025 15:53
clj-msi
{
"version": "1.0.0",
"description": "MyApp description",
"homepage": "https://example.com",
"license": "free",
"architecture": {
"64bit": {
"url": "https://github.com/casselc/clj-msi/releases/download/v1.12.2.1565/clojure-1.12.2.1565.msi",
"hash": "SHA256:5313211D9ADFB6AB3F5ABBC53F757F21CDE8CAB6D911736ADD5395227E46DC6C"
}