Pinned Repositories
A-Collection-of-Basic-solidity-Contracts
Random collection of smart contracts written in solidity for educational purposes only
a-simple-hardhat-testing
ava-sim
Bank-Solidity-Hiring
Hiring test for Solidity engineers
basic-gRPC-client-server-
example of a gRPC architecture
bcrypt_hashing_algorithm
A basic Go program to generate a bcrypt hash value from random words in the cli
binary_search_tree
A basic example of a Binary Search Tree in Go
GC_metrics_in_Prometheus
Monitoring the metrics of the Garbage Collector of a basic http server via Prometheus
MP3-TO-PDF-CONVERTER
Transform a .mp3 file into its pdf transcript using whisper openAI API
laurentknauss's Repositories
laurentknauss/erc4337compliant-HelloWorld
ERC4337-compliant-HelloWorld smart contract with paymaster option
laurentknauss/A-Collection-of-Basic-solidity-Contracts
Random collection of smart contracts written in solidity for educational purposes only
laurentknauss/basic-gRPC-client-server-
example of a gRPC architecture
laurentknauss/bcrypt_hashing_algorithm
A basic Go program to generate a bcrypt hash value from random words in the cli
laurentknauss/binary_search_tree
A basic example of a Binary Search Tree in Go
laurentknauss/GC_metrics_in_Prometheus
Monitoring the metrics of the Garbage Collector of a basic http server via Prometheus
laurentknauss/accountkit
laurentknauss/basic-erc4337-compliant-account-contract
minimal implementation of an abstraction account smart contract aka smart acccount aka smart wallet
laurentknauss/basic_BSTs_example
laurentknauss/basicMerkleTree
implementation of a Merkle Tree data structure in Go
laurentknauss/directedGraph
A basic directed graph in Golang
laurentknauss/etcd
Distributed reliable key-value store for the most critical data of a distributed system
laurentknauss/go-libp2p
libp2p implementation in Go
laurentknauss/go-libp2p-gorpc
A simple RPC library for libp2p.
laurentknauss/Go-rabbitMQ-producer-consumer-model
This repository contains a simple demonstration of the producer-consumer model using RabbitMQ in Go. It showcases basic operations such as connecting to a RabbitMQ server, declaring queues, and sending/receiving messages.
laurentknauss/gRPC-Go-for-Professionals
laurentknauss/grpc-node
gRPC for Node.js
laurentknauss/laurentknauss
laurentknauss/Monorepo_with_Bazel
example of a gRPC architecture with Bazel for Builds and Tests tooling
laurentknauss/pebble
RocksDB/LevelDB inspired key-value database in Go
laurentknauss/precompile-evm
A new repository for Subnet-EVM Stateful Precompiles
laurentknauss/presidential-voting-app
laurentknauss/raft
Raft library for maintaining a replicated state machine
laurentknauss/singly-linked-list-with-generics-and-testing-suite
test a Go program, get the test coverage report and use with codecov.io
laurentknauss/Smart-Contract-Function-Selectors-
Get the hex value of the function selectors present in a smart contract from the .abi file of the compiled .sol file
laurentknauss/smart-contract-raffle
smart-contract backend files powering webraffle.xyz
laurentknauss/smart-contract-to-perform-flash-swaps-on-UniswapV2
performing flash swaps on UniswapV2
laurentknauss/Stacks_Queues_Linked_Lists_Hash_Tables
laurentknauss/subnet-evm
Launch your own EVM as an Avalanche Subnet
laurentknauss/subnet-vrf-contracts
Example contracts demonstrating how a Subnet-EVM chain could use Chainlink VRF via Teleporter