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.
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/bridges-inc/aurora-core/blob/develop/deployments/rinkeby/Aurora.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. |