Skip to content

Instantly share code, notes, and snippets.

View rhinodavid's full-sized avatar
:octocat:

David Walsh rhinodavid

:octocat:
  • 0x Labs
  • Colorado
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rhinodavid on github.
  • I am rhinodavid (https://keybase.io/rhinodavid) on keybase.
  • I have a public key whose fingerprint is FA2F 1BAB 8188 8D66 AB1F 662E 9794 2858 A06E E9EE

To claim this, I am signing this object:

@rhinodavid
rhinodavid / keybase.md
Created April 5, 2019 06:06
Keybase proof

Keybase proof

I hereby claim:

  • I am rhinodavid on github.
  • I am rhinodavid (https://keybase.io/rhinodavid) on keybase.
  • I have a public key ASA0xmRr_IZcyswAUtNxSa0bNy4LAM9TqEYEVoa5Vt4nwQo

To claim this, I am signing this object:

@rhinodavid
rhinodavid / launch.json
Created June 17, 2021 22:37
0x-api RFQM VSCode Launch Configuration
{
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"request": "launch",
"name": "RFQM http",
"runtimeExecutable": "node",
"runtimeArgs": ["--nolazy", "-r", "ts-node/register/transpile-only"],
"cwd": "${workspaceFolder}",