Skip to content
View srinathln7's full-sized avatar
💭
Learning something new everyday
💭
Learning something new everyday

Block or report srinathln7

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
srinathln7/README.md

Lakshminarayanan (Srinath) Nandakumar

I am a software engineer specializing in the field of Blockchain. Building things using first principles thinking gives me the most joy and satisfaction. Welcome to my little space where I share and document my interests and projects outside my day job.

Github

Please have a look at my pinned repositories to learn more about my current and past personal projects. From time to time, I engage in solving coding challenges and get hands-on developing quick engineering prototypes.

Other Repos

Here are a few of my unpinned repositories that you might find interesting and helpful:

  • merkle-gaurd - A cryptographic prototype to verify the integrity of downloaded files from a grpc server using merkle trees. Currently, this repo is private and will be made public in the future.
  • just-dsa - A collection of engaging data structures and algorithmic challenges, each with a detailed solution explanation.
  • Haskell-for-plutus - Documenting my venture while learning Haskell to write smart contracts on the Cardano blockchain.

Programming Languages

Pinned Loading

  1. di-log di-log Public

    A production-ready distributed fault-tolerant commit log service

    Go

  2. rustle-tree rustle-tree Public

    A rust crate that implements merkle trees to verify the integrity of downloaded files from a grpc server

    Rust

  3. zkp-authentication zkp-authentication Public

    An implementation of the Chaum-Pedersen Zero Knowledge Protocol (ZKP) to register and authenticate users without storing the underlying user password hashes on the server

    Go 2

  4. defi-ada-guess defi-ada-guess Public

    An automated decentralized finance (DeFi) smart contract facilitating seamless settlement of funds on the Cardano blockchain

    Haskell

  5. gossip-gloomers gossip-gloomers Public

    My solutions to a series of distributed system challenges from Fly.io

    Go 1

  6. ethereum-data-service ethereum-data-service Public

    Provides basic APIs to retrieve block, transaction, and event data for the most recent 50 blocks from Ethereum mainnet

    Go