Skip to content

dewiz-xyz/swiss-knife

This branch is 71 commits behind swiss-knife-xyz/swiss-knife:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 18, 2024
Oct 25, 2024
Dec 3, 2024
Apr 11, 2024
Jan 9, 2025
Dec 3, 2024
Mar 10, 2024
Nov 26, 2024
May 4, 2024
Nov 27, 2024
Mar 9, 2024
Oct 25, 2024
Jan 9, 2025
Jun 25, 2023
Nov 26, 2024
Jun 25, 2023
May 4, 2024
Oct 23, 2024
Oct 29, 2024
Jun 25, 2023
Nov 26, 2024
Nov 4, 2024
Nov 4, 2024
Nov 4, 2024
Apr 11, 2024
Oct 25, 2024
Oct 25, 2024
Dec 3, 2024

Repository files navigation

Swiss Knife Logo

All your EVM tools in one place: https://swiss-knife.xyz/

List of Tools

  1. Explorer: Quickly view any address/ens or transaction across a variety explorers, in just a click!
  2. Calldata: Decode any calldata, and view the parameters in a human-readable format, even without having the contract ABI.
  3. Transact: Send custom bytes calldata to transact with any contract, or leave the address blank to deploy a new contract.
  4. Converter: All the essential unit converters on one-page. Convert between:
    1. Ether, wei & gwei
    2. Hexadecimal, decimal & binary
    3. String or hex to keccack256 hash & 4 bytes selector
    4. Hex to 32 bytes left-padded & right-padded values
  5. Constants: Have frequently used constants at your fingertips, like Zero Address, Max Uint256, etc.
  6. Epoch-Converter: Grab unix timestamp, get timestamp x minutes/hours/days in the future, or convert timestamp to human-readable format.
  7. Storage-Slots: Query EIP-1967 slots or custom storage slot value of any contract.
  8. Uniswap: Calculator to convert UniswapV3 tick to price for any token pair addresses.
  9. Character Counter: Count the length of the input string. Also allows to select on the input text to only get the character count for the selection.
  10. Contract Address: Determine the contract address which will get deployed by an address at a particular nonce

Setup

  1. This repository is a Nextjs 14 project. To run it locally, clone the repo and run the following commands:
    pnpm i
  2. Copy .example.env.local to .env.local and fill in the required values.
  3. Run the dev server:
    pnpm dev
    Visit http://localhost:3000 to view the app.

Contributing

To add a new Explorer

  1. For an address explorer, modify ./data/addressExplorers.ts
  2. For a transaction explorer, modify ./data/txExplorers.ts

About

All your EVM tools in one place!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.9%
  • Other 0.1%