Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
TheTrunk's profile
TheTrunk
38 contributions
siepra's profile
siepra
7 contributions
karczuRF's profile
karczuRF
6 contributions
knerushkin-rumblefish's profile
knerushkin-rumblefish
5 contributions
kowalski's profile
kowalski
2 contributions
runonflux

runonflux/account-abstraction

Account Abstraction - Schnorr multi signature accounts based on ERC4337 standard

TypeScript
6
2
MIT License

Support the dependencies of runonflux/account-abstraction

Account's avatar
alchemyplatform/aa-sdk
viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts
Account's avatar
NomicFoundation/hardhat
Hardhat plugin for ethers
Account's avatar
NomicFoundation/hardhat
Hardhat Network Helpers is a plugin that provides a set of utility functions to interact with locally simulated networks.
Account's avatar
NomicFoundation/hardhat
Hardhat plugin for verifying contracts
Account's avatar
OpenZeppelin/openzeppelin-contracts
Secure Smart Contract library for Solidity
Account's avatar
OpenZeppelin/openzeppelin-contracts-upgradeable
Secure Smart Contract library for Solidity
Account's avatar
OpenZeppelin/openzeppelin-upgrades
Account's avatar
ethereum-ts/Typechain
🔌 TypeChain target for ethers-v6
Account's avatar
ethereum-ts/Typechain
Zero-config TypeChain support for Hardhat
Account's avatar
cryptocoinjs/bigi
Big integers.
Account's avatar
cryptocoinjs/ecurve
Elliptic curve cryptography
Account's avatar
ethereumjs/ethereumjs-monorepo
A collection of utility functions for Ethereum
Account's avatar
ethers-io/ethers.js
A complete and compact Ethereum library, for dapps, wallets and any other tools.
Account's avatar
NomicFoundation/hardhat
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
Account's avatar
ItsNickBarry/hardhat-abi-exporter
Export Ethereum smart contract ABIs on compilation
Account's avatar
ItsNickBarry/hardhat-dependency-compiler
Compile Solidity sources directly from NPM dependencies
Account's avatar
wighawag/hardhat-deploy
Hardhat plugin for replicable smart contract deployments and easy testing across multiple EVM chains, with support for proxies, diamonds, named accounts, and deployment fixtures
Account's avatar
cryptocoinjs/secp256k1-node
This module provides native bindings to ecdsa secp256k1 functions
Account's avatar
ethereum-ts/Typechain
🔌 TypeScript bindings for Ethereum smartcontracts
Account's avatar
wevm/viem
TypeScript Interface for Ethereum
Account's avatar
NomicFoundation/hardhat
Hardhat utils for testing
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for bigi
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for chai
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for ecurve
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for elliptic
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for secp256k1
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
GaneshSPatil/chai-asserttype
a simple chai plugin for asserting on types
Account's avatar
motdotla/dotenv
Loads environment variables from .env file
Account's avatar
import-js/eslint-import-resolver-typescript
This plugin adds `TypeScript` support to `eslint-plugin-import`
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
leo-buneev/eslint-plugin-sort-keys-fix
Fork of eslint rule that sorts keys in objects (https://eslint.org/docs/rules/sort-keys) with autofix enabled
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
prettier-solidity/prettier-plugin-solidity
A Prettier Plugin for automatically formatting your Solidity code.
Account's avatar
ethereum/solc-js
Solidity compiler
Account's avatar
protofire/solhint
Solidity Code Linter
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

This project provides ERC-4337 compliant smart contracts for Account Abstraction using Schnorr Multi-Signatures, enabling secure multi-signature transactions on Ethereum. It includes a MultiSigSmartAccount for account abstraction and a factory contract for creating these accounts, both designed as UUPS upgradeable proxies. The package is intended for developers building secure, upgradeable smart wallets that require multi-signature authorization for critical operations.