Portfolio

Part-time OSS wannabe. Full time student of C^3

About

js-libp2p-bootstrap

Rail a libp2p node through a bootstrap peer list

ethhub

The essential Ethereum information hub.

nim-beacon-chain

Implementation of Ethereum Sharded Casper v2.1 Beacon Chain

ArgoDisco

An Aragon DAO Discord Bot

web

Grow Open Source

armob-2.0

A mobile wallet for the permaweb

no-server-webrtc

A demo of using WebRTC with no signaling server.

js-peer-id

peer-id implementation in JavaScript

tweetbot

Tweet Bot for OCEAN faucet

ArMob

A web browser for the permaweb

js-libp2p

The JavaScript Implementation of libp2p networking stack.

orbit-db-types

Unofficial orbit-db typings!

jslibp2p-chat-tutorial

http://salabs.me/jslibp2p-chat-tutorial/

ring-alarm-HA-plugin

MQTT based Ring Alarm integration for Home Assistant

web3-react-starter

A starter template for web3

jslibp2p-chat-tutorial

http://salabs.me/jslibp2p-chat-tutorial/

permasnap-client

Under Construction. See progress here: https://trello.com/b/U0YiyYZ7/permasnap

arweaveID

Simple Arweave identity service

brownie

A python framework for Ethereum smart contract deployment, testing and interaction.

import-codesign-certs

GitHub Action for Importing Code-signing Certificates into a Keychain

ubuntu-in-termux

This is a script by which you can install Ubuntu in your termux application without a rooted device

eth-wiki

Ethereum Wiki - English

gomobile_pss_signer

Gomobile PSS signer module for use with Flutter

rsa-mobile

Native code used in react-native-fast-rsa and flutter-rsa

subspace

Library for Reactive Dapp Development with auto syncing and caching capabilities

developer.centrifuge.io

Developer documentation for Centrifuge

axis

Single source of truth used to build user interfaces for Centrifuge

website

centrifuge.io

nimbus

Nimbus: an Ethereum 1.0 & 2.0 Client for Resource-Restricted Devices

status-go

The Status module that consumes go-ethereum

turqV1

This is the first version of open source model legislation that pays you to contribute.

Chsmartbulb-led-bulb-speaker

Hacking "Chsmartbulb" BT/BLE LED bulb speaker

eth-cli

CLI swiss knife for Ethereum developers

status.im

Build a Better Web with Status

runanode

Desktop wallet that can stake CENNZ tokens

snips_listener

A basic snips handlerwith dynamic module loading

status-react

a free (libre) open source, mobile OS for Ethereum

arwen

ArwENS is a one-stop shop for registering ENS domain/subdomains, storing text or web pages on Arweave, and then linking your newly minted ENS domain to your Arweave content.

nbtc-rust

Future home of a Rust implementation of Nanobitcoin

use-dai

💸 A curated, community compiled list of everywhere you can use the decentralized Dai stablecoin

alethio_api_cli

A Python based CLI for exploring the Ethereum blockchain using the Alethio API

node-walletconnect-bridge

WalletConnect Bridge Server

nanobitcoin

A python based cryptocurrency experiment

hydra

Centralized network management for decentralized networks -- helping organize and publish sidechain connection details

nanobitcoin-blockchain-explorer

Blockchain explorer to accompany nanobitcoin project

Shower-Vendor

Shower solenoid controller, triggered by RFID or Bitcoin

mopidy-mqtt

MQTT features for Mopidy

twitter-bot

An token distributing twitter bot for Ocean Protocol's testnet

bibleReader

A snips app for reading scripture

snips_crypto

Have Snips tell you about crypto!

snips_twitter

A set of scripts to pull stuff from twitter and provide it to Snips

feat: bump aegir and add types

on js-libp2p-bootstrap

@vasco-santos js-libp2p-crypto was proving to be too big a push for me to do at once so thought I'd take a stab at a more manageable types upgrade so have attempted to follow the patterns linked in previous PRs around adding types via aegir/tsdoc. I've made some minor updates to address typescript specific type safety concerns.

Make verified twitter tooltip work on grants card

on web

##### Description Make verified twitter address tooltip work on grant cards ##### Refers/Fixes Fixes #7387 ##### Testing No Python code was changed/added. Just updated a tooltip component to work correctly. ![before](https://user-images.githubusercontent.com/17355484/105528682-46b37700-5cb3-11eb-8973-d2ca0294d215.gif) ![after](https://user-images.githubusercontent.com/17355484/105528813-706c9e00-5cb3-11eb-8b40-0ec7547efb3e.gif)

docs: update usage to reflect full libp2p config

on js-libp2p-bootstrap

Addresses point 2 of [#756](https://github.com/libp2p/js-libp2p/issues/756) cc: @jacobheun @vasco-santos Here's part 2 of the PRs needed to fix https://github.com/libp2p/js-libp2p/issues/756 - let me know if this is what you were thinking.

docs: Add bootstrap to custom peer discovery

on js-libp2p

Addresses point 1 under #756. cc: @jacobheun @vasco-santos I wasn't clear from the issue description if the snippet desired is just an addition to the existing custom peer discovery or a whole separate section. If the latter, let me know and I'm happy to re-write.

docs: correct case for RSA keyType

on js-peer-id

Typescript complains if you use `rsa` instead of `RSA` for the keyType so this will correct the examples in the documentation to match the [keyType exported from libp2p-crypto](https://github.com/libp2p/js-libp2p-crypto/blob/b28c232e227055beed990945c795a27bacff56e5/src/index.d.ts#L4).

mobile-app-proposal

on grant-proposals

Mobile app/PWA proposal, part...whatever

Add typing for determineAddress

on orbit-db-types

Add determineAddress to the properties for `orbit-db` as it is not currently present in the typing so Typescript complains

doc(pubsub): add topicValidators links in API.md table of contents

on js-libp2p

Adds missing links in the table of contents to the `pubsub.topicValidators.set` and `pubsub.topicValidators.delete` properties within API.md

Chapter 6 - Pubsub

on jslibp2p-chat-tutorial

First draft of the pubsub chapter

Icon changes

on jslibp2p-chat-tutorial

Update icons from substrate kitties to libp2p icons

Content updates for multiaddr/bootstrap section.

on jslibp2p-chat-tutorial

Flesh out all the content for the multiaddress/bootstrap node section of the tutorial. All of these updates are based on v0.28 of js-libp2p so we'll need to update all the code as well once #11 is merged since the tutorial code is all written in 0.25 and way out of date.

Fix my messes

on arweave-id-v2

* Correctly encodes image data in setArweaveData for identicon * Constructs dataUri to return in ArweaveID provided by `retrieveArweaveIdFromAddress` function

Add dynamic tags

on ArMob

Add support for dynamic tags and rework transaction posting layout

Fix #86

on subspace

Ty[e declarations for `subspace-react` are currently broken because of `useSubspace` default export. Fixes #86 so that useSubspace isn't exported as default type for Typescript projects and can therefore be imported as a named import.

Display widget fixes - WIP

on tinlake-ui

Click to copy changes (1 click to copy and change value to "copied") when clicked

Add documentation for operators

on subspace

* Adds documentation to the API for the 4 subspace specific operators * Adds clarification note to `trackEvent` to draw awareness to the fact that not specifying a `fromBlock` will result in the observable streaming all events matching the filter from block 0 - which might be a big deal for someone running a subspace powered app on a low data plan mobile device :wink:

Add txn retrieval errors

on ArMob

Fixes #47 * Adds snackbars for errors related to retrieving transactions from node. * Fix transaction loading to display transactions as they are retrieved from blockchain

Replace two-tab wallet with filterable single view

on ArMob

Fixes #36 and #37 by replacing two-tabbed wallet view (i.e. All txns/Data Txns) with a single wallet view that is filterable by All/Data/AR transactions

Replace Java signer with Go signer

on ArMob

Replaces current Java implementation with gomobile implementation to allow iOS app to work

ERC20 Widget

on axis

Fixes #53

Wallet refactor

on ArMob

Fixes #19 Fixes #25 Fixes #31 Fixes #33 * Refactor wallet business logic and moves state to `appState` * Fixes bug where transactions don't load from storage * Checks for new transactions on app load * Check if pending transactions are posted on app load * Fixes render bug where tags overflowed widget

Add react-hooks demo to examples

on subspace

This PR adds the demo defi app associated with my blog article on subspace.

Rebuild new navbar on naxos (Do-over of #206)

on tinlake-ui

Second PR related to [Developer.Centrifuge.io issue #129](https://github.com/centrifuge/developer.centrifuge.io/issues/129) Replaces the custom coded header navigation with the @centrifuge/axis-nav-bar component

Replace header component with axis-nav-bar

on tinlake-ui

Second PR related to [Developer.Centrifuge.io issue #129](https://github.com/centrifuge/developer.centrifuge.io/issues/129) Replaces the custom coded header navigation with the [@centrifuge/axis-nav-bar](https://github.com/centrifuge/axis-nav-bar) component

Replace existing navigation with axis navbar component - WIP

on website

WIP PR to replace existing site navigation with axis navbar componet as part of [developer.centrifuge.io - issue #129](https://github.com/centrifuge/developer.centrifuge.io/issues/129) Not ready for review

Fixes #129

on documentation

Fixes #129 Replace existing navbar with navbar component from [Axis](https://github.com/centrifuge/axis-nav-bar

Replace flutter community webview plugin with innappwebview

on ArMob

Replaces current webview plugin with [inappwebview plugin](https://pub.dev/packages/flutter_inappwebview) Fixes #22, #9 as part of replacement.

Add android build prereqs

on nimbus-eth2

Add android build prerequisites to readme

Add Android Build steps to readme

on nimbus-eth1

Update readme with build steps based on the [blog post](https://our.status.im/building-nimbus-on-android/)

Add Android Build instructions to Readme - WIP

on nimbus-eth1

Following on from the [blog article](https://our.status.im/building-nimbus-on-android/), adding build instructions for Nimbus on Android.

Community webview

on ArMob

Fixes #5 #1 Also supports normal keyfile drop login method.

ETH


acolytec3.gitcoin.eth
Copyright © acolytec3 2019