Thykof / massa-sc-scanner

Home Page:https://massa-sc-scanner.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Massa SC Scanner

https://massa-sc-scanner.netlify.app

Description

This is a simple smart contract scanner and verifier for the Massa Blockchain.

Usage

User can scan a smart contract by providing the smart contract address and paid the fees.

The fees are calculated by the following formula: size of the bytecode * price per byte.

The owner of the smart contract can change the price per byte.

Features

  • download the wasm bytecode
  • download the wasm text file (wat)
  • see the imported ABI functions
  • see the export smart contract function
  • see the source map file name
  • upload a zip with source code to verify the smart contract bytecode
  • download the source code zip after verification

Roadmap

  • improve the feature to extract the constant value from the smart contract bytecode
  • see the smart contract storage
  • readonly the smart contract exported function

FAQ

See the FAQ section in the webpage.

License

This project is licensed under the Business Source License 1.1 License - see the LICENSE.md file for details

This is not a free license. You can't use this in production (mainnet) without a commercial license.

About

https://massa-sc-scanner.netlify.app

License:Other


Languages

Language:TypeScript 88.6%Language:JavaScript 10.5%Language:HTML 0.8%Language:CSS 0.1%