Skip to content
View Cr0wn-Gh0ul's full-sized avatar

Block or report Cr0wn-Gh0ul

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Cr0wn-Gh0ul/README.md

Troy Salem

SSH Key GPG Key

Website GitHub X LinkedIn

// ~/cr0wn_gh0ul/profile.ts

interface SoftwareEngineer {
  alias: string;
  location: string;
  roles: string[];
  interests: { tech: string[]; hobbies: string[] };
}

const developer: SoftwareEngineer = {
  alias: "Cr0wn_Gh0ul",
  location: "Michigan, USA",
  roles: ["VP of Engineering", "Full Stack Engineer", "Technical Leader"],
  interests: {
    tech: ["Open Source", "Web3", "Security", "Cryptography"],
    hobbies: ["Cats", "Motorcycles", "Photography", "Writing", "Puzzles"]
  }
};

export default developer;

OS Editor Shell VCS

Node.js TypeScript JavaScript Bash Go

React.js Vite Nest.js Electron

PostgreSQL MySQL MongoDB Redis Bigtable

AWS Google Cloud Platform Docker Terraform Nginx OpenVPN

Solidity Ethereum Ethers.js Hardhat

Jest Mocha Chai ESLint Prettier

Pinned Loading

  1. GhostChannel GhostChannel Public

    Device-to-device encryption • Zero-knowledge architecture • Real-time messaging

    TypeScript

  2. RouteBus RouteBus Public

    A type-safe event bus for TypeScript with pluggable transport layers. Built to work anywhere! In the browser, Node.js, or across distributed systems.

    TypeScript

  3. BreakerKit BreakerKit Public

    A small resilience toolkit with retry, timeout, and circuit breaker utilities for async functions.

    TypeScript

  4. PhaseState PhaseState Public

    A minimal, powerful state machine library for TypeScript

    TypeScript

  5. alicenet/alicenet alicenet/alicenet Public

    Official repository for the AliceNet layer2 blockchain

    Go 18 16

  6. MultiSend.sol MultiSend.sol
    1
    //SPDX-License-Identifier: MIT
    2
    pragma solidity ^0.8.17;
    3
    
                  
    4
    contract MultiSend {
    5
        enum AssetType {