qudacki / neeedle

Home Page:https://neeedle.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The easiest debugger tool for Smart Contracts

Neeedle allows you to visualize and interact with the smart contract interface.

All you have to do is to read the ABI from a file or url and connect your wallet such as MetaMask.

No user registration. No data sending to other servers.

Try Neeedle

And also, you can share your smart contract client with URL. When you set up smart contract information in Neeedle, the URL will automatically change to a shareable one.

Parameter Type Definition
abiUrl string URL of your abi(json) .
You can also set the URL of the Github view page(you will want to set this the most).
ex: https://github.com/neeedle-org/neeedle/blob/main/public/abi/ERC20.json
contractAddress string Ethererum Address of your smart contract implements the abi.
chainId number ID of the chain your smart contract deployed.
payables string Show only payable functions whose name includes this value.
nonpayables string Show only non-payable functions whose name includes this value.
views string Show only view functions whose name includes this value.
purefunctions string Show only pure functions whose name includes this value.
rpcUrl string URL of RPC to call view functions without connecting to the wallet.
fn string Show only the function whose name matches this value.
args string(s) Set as arguments preset value. Must be passed with fn.

About

https://neeedle.org

License:MIT License


Languages

Language:TypeScript 53.7%Language:JavaScript 38.8%Language:CSS 7.3%Language:Shell 0.2%