https://github.com/blocksecteam/phalcon_fork_examples
The code to show how to use Phalcon Fork
https://github.com/blocksecteam/phalcon_fork_examples
Last synced: 5 months ago
JSON representation
The code to show how to use Phalcon Fork
- Host: GitHub
- URL: https://github.com/blocksecteam/phalcon_fork_examples
- Owner: blocksecteam
- Created: 2023-09-16T12:47:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T19:20:12.000Z (about 2 years ago)
- Last Synced: 2025-06-04T04:08:52.126Z (about 1 year ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The repo shows how to use [Phalcon Fork](https://blocksec.com/phalcon/fork).
## Phalcon Fork
[Phalcon Fork](https://blocksec.com/phalcon/fork) is a specialized tool designed for Web3 developers and security researchers to conduct collaborative testing with private mainnet states. It allows users to create a Fork from any mainnet state and send transactions to the Fork via an [RPC endpoint](https://docs.blocksec.com/phalcon/phalcon-fork/user-manual/fork-rpc). This innovative tool has two key features that set it apart from other platforms.
* Firstly, it offers the ability to browse all transactions and, more crucially, debug them using the [Phalcon Explorer](https://docs.blocksec.com/phalcon/phalcon-explorer).
* Secondly, it boasts an internal block browser named [Phalcon Fork Scan](https://docs.blocksec.com/phalcon/phalcon-fork/user-manual/fork-panel#phalcon-scan), akin to Etherscan, facilitating easier viewing of transactions and accounts within the Fork.
## Examples
* [Deploy Uniswap v2 into Phalcon Fork](https://docs.blocksec.com/phalcon/phalcon-fork/tutorials/use-phalcon-fork-to-learn-uniswap-v2): [Code](https://github.com/blocksecteam/phalcon_fork_examples/tree/main/UniswapV2Deploy)
* [Understanding MEV of Rebasing Tokens using Phalcon Fork](https://docs.blocksec.com/phalcon/phalcon-fork/tutorials/understanding-mev-of-rebasing-tokens-using-phalcon-fork): [Code](https://github.com/blocksecteam/phalcon_fork_examples/tree/main/lidoMEV)