Skip to content

Smart contract to store and query credit scores on blockchain: Rust for NEAR Protocol / Solidity for Polygon Mumbai

License

Notifications You must be signed in to change notification settings

ifabrisarabellapark/ETHSF-scorebox-smartcontracts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Smart contract to store and query credit scores on blockchain: Rust for NEAR Protocol / Solidity for Polygon Mumbai

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 54.0%
  • Solidity 32.6%
  • Python 6.6%
  • Shell 5.2%
  • JavaScript 1.6%