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 of thegostep/solidity-create2-deployer

Account's avatar
ethers-io/ethers.js
A complete and compact Ethereum library, for dapps, wallets and any other tools.
Account's avatar
nomiclabs/buidler
Buidler is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
Account's avatar
nomiclabs/buidler
Buidler plugin for ethers
Account's avatar
nomiclabs/buidler
Buidler plugin to test smart contracts with Waffle
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for chai
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
EthWorks/Waffle
Sweeter, faster and simpler than truffle.
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
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

Support the repos that depend on this repository

Top contributors

thegostep's profile
thegostep
21 contributions
miguelmota's profile
miguelmota
4 contributions
corollari's profile
corollari
1 contributions
wilsoncusack's profile
wilsoncusack
1 contributions

Recent events

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

No events yet
thegostep

thegostep/solidity-create2-deployer

Deploy solidity contracts with ethers.js and CREATE2

TypeScript
77
27
MIT License

solidity-create2-deployer is a lightweight JavaScript library that lets developers compute deterministic Ethereum contract addresses and deploy contracts to those addresses using the CREATE2 opcode via ethers.js. It provides helpers for address calculation, on‑chain deployment through a factory contract, and deployment status checks, making it useful for dApp developers who need counter‑factual or pre‑funded contracts across any network.