You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the tool only validates ERC-721 contracts. We will expand the scope of the project, so the UI should also be compatible with doing multiple test suites.
New web page format follows:
Smart Contract Validator
This validator tests blockchain smart contracts for known vulnerabilities and conformance to published standards, including ERC-721 Non-Fungible token standards.
Currently, the tool only validates ERC-721 contracts. We will expand the scope of the project, so the UI should also be compatible with doing multiple test suites.
New web page format follows:
Smart Contract Validator
This validator tests blockchain smart contracts for known vulnerabilities and conformance to published standards, including ERC-721 Non-Fungible token standards.
INPUT A VALID CONTRACT ADDRESS:
[ INPUT: ADDRESS ]
SELECT A NETWORK:
[ DROP DOWN:
🔳 Ethereum MAINNET 🔲 Ethereum ROPSTEN 🔲 Ethereum RINKEBY 🔲 Wanchain MAINNET (coming soon)
]
[ BUTTON: START VALIDATOR ]
AFTER CLICKING START VALIDATOR...
A smart contract exists at address, it is XXXX bytes.
The contract supports the following known interfaces (testing with ERC-165):
[ A bunch of labels. Supported interfaces are lit up and show first. Other interfaces are dim and shown after ]
Choose test suites to perform:
[ BUTTON: VALIDATE ]
AFTER CLICKING VALIDATE...
Same output as current
The text was updated successfully, but these errors were encountered: