This repo contains 2 smart contracts written in Rust and Solidity, respectively to store and query credit scores on either NEAR Protocol testnet or Polygon Mumbai testnet. Although the 2 contracts are written in different programming languages and are deployed on different blockchains their logic is almost identical.
.
ββββ
βββ near # NEAR smart contract in Rust
βββ polygon # Polygon smart contract in Solidity
βββ LICENSE
βββ README.md