Add your description here
Project description
Foundry
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
Foundry consists of:
- Forge: Ethereum testing framework (like Truffle, Hardhat and DappTools).
- Cast: Swiss army knife for interacting with EVM smart contracts, sending transactions and getting chain data.
- Anvil: Local Ethereum node, akin to Ganache, Hardhat Network.
- Chisel: Fast, utilitarian, and verbose solidity REPL.
Documentation
Usage
Build
$ forge build
Test
$ forge test
Format
$ forge fmt
Gas Snapshots
$ forge snapshot
Anvil
$ anvil
Deploy
$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>
Cast
$ cast <subcommand>
Help
$ forge --help
$ anvil --help
$ cast --help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jungjinho-0.1.0.tar.gz
(1.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jungjinho-0.1.0.tar.gz.
File metadata
- Download URL: jungjinho-0.1.0.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
523cc1bf9a878d587c5b765a8989b4c1f11bcc54d9f606aa83858ebfdb4a803f
|
|
| MD5 |
ce5394130641a4550c6c85ad2aa58378
|
|
| BLAKE2b-256 |
74b9c0159bf2bfb804d79cf2dc6f4a9c6a872ec0c78ed8858a7efcbb38767ab0
|
File details
Details for the file jungjinho-0.1.0-py3-none-any.whl.
File metadata
- Download URL: jungjinho-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6323ac160a215fa30d2be49cb36f10837a8c0ffbaa4c747931c3046ab06bb30a
|
|
| MD5 |
c0ed5fd368cf002e8cdcce36c73c5f08
|
|
| BLAKE2b-256 |
eb753884b46bf419458abd99e83d2805882bdcdd13a13bc55e1b615a34e19e98
|