Skip to content

Instantly share code, notes, and snippets.

View pythonpete32's full-sized avatar
🏗️
BUIDLing

Aaron Abu Usama pythonpete32

🏗️
BUIDLing
View GitHub Profile
@pythonpete32
pythonpete32 / On-offboarding.md
Last active June 7, 2021 01:55
Outline for onboarding process

Membership on/off boarding process

Intro

Proposing a clear on/off boarding process is a deliverable of AGP-40. An effective process is one that optimises for quality contribution and retention of talent. The process should make explicit what the rights, responsibilities and expectations of membership are, as well as the expected minimum contributions for continuing that membership once onboard. In designing this process, we are equally cognizant of measuring a range of technical skills and contributions from our membership.

Through examing various threads on keybase, GitHub, and Aragon forum, we've collected some of the various proposals below:

minimum requirements

@pythonpete32
pythonpete32 / log.md
Last active June 9, 2019 12:43
Deployment log
Welcome to Ubuntu 18.04.2 LTS (GNU/Linux 4.15.0-1032-gcp x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

  System information as of Sun Jun  9 11:39:47 UTC 2019

  System load:  0.07              Processes:           92

my (edited) Linux Dev Env 🐧

Ubuntu ubuntu 18.04 LTE Update apt-get

sudo apt-get update && sudo apt-get upgrade

Install build essentials sudo apt install build-essential

This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:muport:QmZciLPVFN3dEkLQ8ZFqZbFrcp4oBkNjypujjVNsvkPZ7g ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
@pythonpete32
pythonpete32 / RedemptionsSetup
Created August 15, 2019 17:44
Redemptions set up guide
# Redemptions set up guide
---
### 1. Deploy a fresh dao
Head over to the [rinkeby DAO launcher](rinkeby.aragon.org) and create a DAO with the democracy kit
Go to the settings tab where you will find the addresses for the DAO and its apps. For legibility of subsequent commands will set bash environment variable for these addresses:
@pythonpete32
pythonpete32 / aragon-cli-setup
Created August 16, 2019 22:10
Aragon CLI setup
---
title: AragonCLI setup
date: 2019-08-16
---
Aragon CLI is a extremely powerful tool. If you are developing Aragon apps, administrating a DAO, or a power user the cli is an indispensable tool. there are many things you cant do through the front end application that require the use of the cli however, getting it set up the first time can be a bit of a pain
<br>
### 0. Operating system

Env vars

dao=0xe28cD3aFB5db1C6CCc28da836a79B169Ac70a358
token=0xD978B6EdBa49FC9BE0DbbDAe31d599e336741E7D
voting=0x03AB01a1EcC29653aBeCc6560C8C53d08a155Dc9
finance=0x1B10B0A8d00B7F4e1Ad0Ae998C6D7Eb6082E8525
vault=0x37c2162fE7Ab27e86583dC63CE807A6c26A30705
redemptions=0x2E48C3e8f733ca12d1e5f873CaAD7A9aEE4c7794
@pythonpete32
pythonpete32 / cli1.md
Last active September 18, 2019 13:53
Cli
title published
Guide: AragonCLI setup
false

Aragon CLI is a extremely powerful tool. If you are developing Aragon apps, administrating a DAO, or a power user the cli is an indispensable tool. there are many things you cant do through the front end application that require the use of the CLI.


Operating system

@pythonpete32
pythonpete32 / sample
Created August 24, 2019 18:27
sample
<document> <page> <item col="0" row="0" colSpan="5" rowSpan="4"> <bar maxHeight="5" data-titles="A,B,C" data-data="2,5,3" /> </item> </page> </document>
➜ open-enterprise git:(dev) ✗ npm run deploy:kit:rpc
> planning-suite-monorepo@ deploy:kit:rpc /media/student/projects/aragon/open-enterprise
> lerna run --scope='@tps/kits-*' deploy:kit:rpc --stream
lerna notice cli v3.16.4
lerna info versioning independent
lerna info filter [ '@tps/kits-*' ]
lerna info Executing command in 1 package: "npm run deploy:kit:rpc"
@tps/kits-planning-suite: > @tps/[email protected] deploy:kit:rpc /media/student/projects/aragon/open-enterprise/kits/planning-suite