- Zagreb, Croatia
Block or Report
Block or report nmlinaric
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
NodeFactoryIo/solidity-contracts-starter Public template
Template repository for Solidity smart contracts with Hardhat
-
NodeFactoryIo/hactar-backend Public
Node.js backend application for Hactar (Filecoin tool for mining analysis)
-
NodeFactoryIo/node-ts-starter-fastify Public template
Template repository for NodeJs and Fastify powered API
-
NomicFoundation/hardhat Public
Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software. Get Solidity stack traces & console.log.
-
-
niftyhorde/swap.kiwi Public
Smart contracts repository for NFT swapping dapp -swap.kiwi
655 contributions in the last year
Activity overview
Contribution activity
May 2022
Created a pull request in ChainSafe/chainbridge-solidity that received 11 comments
Remove voting logic + add logic for MPC
Description removes old voting logic that is not going to be used anymore utilize bitmap to track used depositNonce per domain check if signer of …
Reviewed 2 pull requests in 1 repository
ChainSafe/chainbridge-solidity
2 pull requests
Created an issue in ChainSafe/chainbridge-solidity that received 1 comment
Implement ecrecover for MPC signature
Implementation details
Use ecrecover
to recover and validate signature in deposit execution
Testing details
Unit test and code review
Acceptance Cr…