Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 573 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 573 Bytes

Smart contracts

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.

🌵 Tree Diagram

.
└─── 
    ├── near                # NEAR smart contract in Rust
    ├── polygon             # Polygon smart contract in Solidity
    ├── LICENSE
    └── README.md