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%