Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/saimunhossain/nft-report-analyze

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/saimunhossain/nft-report-analyze

  • v0.0.0-20221103083702-c025dd8a35e0
  • Source
  • Go
  • Socket score

Version published
Created
Source

NFT REPORT ANALYZE

To get started, make sure you have to clone this repository.

  1. Clone this project:

    git clone https://github.com/saimunhossain/nft-report-analyze.git
    
  2. Inside the folder nft-report-analyze and run the next command:

    go run main.go
    

Head over to our browser

  1. To see latest block with transaction http://localhost:7000/api/v1/get-latest-block

  2. To see specific transaction http://localhost:7000/api/v1/get-tx?hash={Press Your Transaction Hash}

  3. To store specific transaction on server http://localhost:7000/api/v1/store-tx?hash={Press Your Transaction Hash}

  4. To see address balance http://localhost:7000/api/v1/get-balance?address={Press Your Address Hash}

To generate ABI and bin:

solc --bin --abi erc721.sol -o build
abigen --abi=./build/ERC721.abi --pkg=erc721 --out=erc721.go
  1. To Transfer Ethereum one to another http://localhost:7000/api/v1/send-eth?privKey={Press Your private key}to={Press To Address}amount={Press Amount}

FAQs

Package last updated on 03 Nov 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc