Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CredShields: show trust score #1371

Closed
NikitaSavik opened this issue Nov 27, 2023 · 2 comments · Fixed by #1383
Closed

CredShields: show trust score #1371

NikitaSavik opened this issue Nov 27, 2023 · 2 comments · Fixed by #1383
Assignees
Labels
v1.19.0 Release v1.19.0

Comments

@NikitaSavik
Copy link
Contributor

NikitaSavik commented Nov 27, 2023

Todo:

  • small widget with credit score
    • < 30 - red, low
    • 30 < x < 80, orange, average
    • 80, green, great

  • pop-over with detailed information returned from API (amounts of vulenrabilities) + link to quickScan

Links:
API specs
Design task
Figma
Proxy method task

@NikitaSavik NikitaSavik added the need API For issues that wait for API changes label Nov 27, 2023
@vbaranov
Copy link
Member

New API endpoint

api/v2/smart-contracts/#{contract_address_hash}/solidityscan-report

implemented in blockscout/blockscout#8908 and deployed to ETH Goerli. Live example:

https://eth-goerli.blockscout.com/api/v2/smart-contracts/0xc1EF7811FF2ebFB74F80ed7423f2AdAA37454be2/solidityscan-report

@NikitaSavik NikitaSavik removed the need API For issues that wait for API changes label Nov 29, 2023
@isstuev isstuev self-assigned this Nov 29, 2023
@isstuev
Copy link
Collaborator

isstuev commented Dec 5, 2023

set NEXT_PUBLIC_VIEWS_CONTRACT_SOLIDITYSCAN_ENABLED to true to enable this feature

@github-actions github-actions bot added pre-release Tasks in pre-release right now v1.19.0 Release v1.19.0 and removed pre-release Tasks in pre-release right now labels Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.19.0 Release v1.19.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants