Skip to content

Instantly share code, notes, and snippets.

View sembrestels's full-sized avatar

Sem sembrestels

View GitHub Profile
@sembrestels
sembrestels / change-addr.js
Created September 27, 2021 21:47
Change addresses of token holders of the hatch
import { ethers } from "hardhat";
import ora from "ora";
import { EVMcrispr, evmcl } from "@commonsswarm/evmcrispr";
let spinner = ora();
const hatchDAO = "0x4625c2c3e1bc9323cc1a9dc312f3188e8de83f42"; // Hatch DAO
const WXDAI = "0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d";
async function main() {
@sembrestels
sembrestels / agave.js
Created September 22, 2021 15:10
Deposit on Agave with EVMcrispr
import { ethers } from 'hardhat';
import { EVMcripsr } from '@commonsswarm/evmcrispr'
const DAO_ADDR = '<your-dao>'
const agent = 0 // Agent index, 0 for the first Agent
const amount = 1.5 // Amount, example "1.50" USDC
const asset = 'WXDAI' // Token, example 1.50 "WETH"
// Agave addresses
const pool = '0x207E9def17B4bd1045F5Af2C651c081F9FDb0842'
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreidnie2qo44fyrsldvxpzxgbqunmiilouik55el6qkmbi2r4ndfldm ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:muport:QmdmKyokzKeo7iqLYG6uAcA8PEjwkyNZBBVu2hL4h5gzcc ✅
Create your profile today to start building social connection and trust online at https://3Box.io/

Open Science Ecosystem Calls

  • Moderator:
  • Notetaker:
  • Attendees:
    • attendee names...

Moderator checklist

  • Ensure that there is a notetaker
@sembrestels
sembrestels / README.md
Last active October 14, 2015 12:56
Simple JAAS Snippet

Simple JAAS Snippet

Execute using the following commands:

javac *.java
java -Djava.security.auth.login.config=jaas.config Simple
@sembrestels
sembrestels / .gitmodules
Last active December 19, 2015 11:39
Bitcoin deterministic wallets on PHP.
[submodule "phpecc"]
path = phpecc
url = https://github.com/mdanter/phpecc.git