// ~/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;
@cr0wn_gh0ul | Software Engineer | Puzzle Enthusiast
- Michigan
-
11:04
(UTC -05:00) - https://troysalem.com
- @cr0wn_gh0ul
Pinned Loading
-
GhostChannel
GhostChannel PublicDevice-to-device encryption • Zero-knowledge architecture • Real-time messaging
TypeScript
-
RouteBus
RouteBus PublicA type-safe event bus for TypeScript with pluggable transport layers. Built to work anywhere! In the browser, Node.js, or across distributed systems.
TypeScript
-
BreakerKit
BreakerKit PublicA small resilience toolkit with retry, timeout, and circuit breaker utilities for async functions.
TypeScript
-
-
alicenet/alicenet
alicenet/alicenet PublicOfficial repository for the AliceNet layer2 blockchain
-
MultiSend.sol
MultiSend.sol 1//SPDX-License-Identifier: MIT2pragma solidity ^0.8.17;
34contract MultiSend {
5enum AssetType {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.