ethers-rs
foundry
Our great sponsors
ethers-rs | foundry | |
---|---|---|
3 | 33 | |
1,503 | 5,260 | |
- | 5.9% | |
9.9 | 9.8 | |
3 days ago | 4 days ago | |
Rust | Rust | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ethers-rs
-
ethers-rs VS rust-web3 - a user suggested alternative
2 projects | 26 Jan 2022
foundry
-
Build Your First Subnet
After you feel comfortable with this deployment flow, try deploying smart contracts on your chain with Remix, Hardhat, or Foundry. You can also experiment with customizing your Subnet by addingprecompiles or adjusting the airdrop.
-
Secure Smart Contract Tools—An End-to-End Developer’s Guide
Foundry
-
How to develop and deploy smart contracts with Foundry & Openzeppelin
Forge: Ethereum testing framework (like Truffle, Hardhat, and DappTools).
-
Unlocking the Lockbox2 | ParadigmCTF’22
Now execute the tx, and you should see stage4 pass. I’m using Hardhat framework to view the execution trace, using the hardhat-tracer plugin. (Sidenote: A great alternative is using Foundry and it also has tracing built-in).
-
Using the Same Arch Linux Installation for a Decade
Windows -> Solaris -> Windows -> Gentoo -> Arch -> NixOS
I feel much more satisfaction pouring hours into NixOS over doing the same on Gentoo and Arch. The hours on nix are in a source file I can carry around. The hours on Gentoo and Arch I'm doomed to forget and have to repeat.
I do miss the AUR though. I haven't been able to package a rust program that has a build with a transitive dependency that expects internet access (https://github.com/foundry-rs/foundry). Something something sandbox, crate2nix. But a frivolous install of a little binary that isn't packaged is not necessarily am easy endeavour.
Overall I'm very happy. Nix unstable feels equivalent to Arch more or less. You can pull in master with flakes easily enough too.
-
How to Create a FullStack Dapp using Next JS, Tailwind CSS and The graph. (Part 1)
In this tutorial we'll be using hardhat as the Ethereum dev environment, there are others like foundry , Truffle.
-
Which service must exist, that doesn’t?
That's already possible. There are several tools that you can use: hardhat, ganache, ganache-cli, anvil
-
Advice for getting started
Use Foundry to test with Solidity: https://github.com/foundry-rs/foundry
- Master iz Blockaina
-
Foundry vs. Hardhat template?
It seems like every single week, I see things about Foundry. As someone that has been using a fairly standard Hardhat template for my projects the past year, I feel like this gets the job done, but I am wondering what I am missing?
What are some alternatives?
hardhat - Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software. Get Solidity stack traces & console.log.
rust-web3 - Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library. ENS address: rust-web3.eth
truffle - A tool for developing smart contracts. Crafted with the finest cacaos.
hevm - Dapp, Seth, Hevm, and more
ds-test - Assertions, equality checks and other test helpers
parity - The fast, light, and robust client for Ethereum-like networks. [Moved to: https://github.com/openethereum/parity-ethereum]
zksync - zkSync: trustless scaling and privacy engine for Ethereum
lighthouse - Ethereum consensus client in Rust
multisol - CLI application for verifying Solidity contracts on Etherscan
rstest - Fixture-based test framework for Rust
interfaces - Interfaces for turbo-geth components
forward-proxy - `ForwardProxy` provides a fallback function that forwards all calls to another contract using the EVM `call` instruction.