Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
uport-contracts
Advanced tools
Solidity code, tests, and deployment information on the contracts used for uPort.
Solidity code, tests, and deployment information on the contracts used for uPort.
Spoiler Alert: The easiest way to use them is with uport-contracts-js, which is a package that is made to work with Web3. This package will only give you access to a json
object, -> containing keys for each contract -> containing keys for:
Use this repo as a package if you need a super-light-weight thing with zero dependencies. If you only need the ABI definitions, and/or contract addresses, this is the package for you! (otherwise --> uport-contracts-js)
Please read our Whitepaper for information on what uPort is, and what is currently possible as far as integration.
This repository contains the contracts currently in use by uPort. This is also where you find the addresses of these contracts currently deployed on Ropsten and Mainnet.
This is the main identity contract. All your transactions are forwarded through this contract which acts as your persistent identifier.
This is a controller which plugs in to the proxy contract. It gives you the ability to have one key that can make transactions through the proxy, but can't change the owner of the proxy, and another key that acts as a recovery key that can change the owner of the proxy. This gives you the ability to store a recovery key in cold storage while you can use your main key for regular transactions. If your main key is lost you can change it using the recovery key from cold storage.
This contract plugs into the RecoverableController to provide recovery with a n-of-m setup. This allows for creating recovery networks consisting of your friends.
This contract is used to store information related to your identity.
npm install uport-contracts
Want to contribute to uport-contracts? Cool, please read our contribution guidelines to get an understanding of the process we use for making changes to this repo.
FAQs
Solidity code, tests, and deployment information on the contracts used for uPort.
We found that uport-contracts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.