
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
substrate-nft-tracker
Advanced tools
This is a tool for tracking NFT in the evm pallet of substrate based blockchain.
This tool is part of The NFT Explorer. It gets NFT-related events by listening to the substrate's native events.
The advantage of this approach is that it does not rely on the rpc interfaces provided by the Ethereum, but uses the native rpc interface provided by substrate. This approach is more reliable in the polkadot ecosystem.
$ gem install substrate-nft-tracker
Run an example(it is for Darwinia Pangolin Network) that has been implemented here.
$ pangolin 1234
The only parameter is the start block height.
You can create a new project yourself, or you can fork the project and add files on top of it, I recommend the latter:
Create the client of the blockchain
You can refer to lib/testnets/pangolin.rb
as an example.
You need to add types for this chain and implement two methods get_latest_block_number()
and get_events_by_block_number(block_number)
.
Create an executable program
You can refer to exe/pangolin
as an example.
run rake spec
to run the tests.
Bug reports and pull requests are welcome on GitHub at https://github.com/uni-arts-chain/substrate-nft-tracker.
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that substrate-nft-tracker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.