![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@hoprdev/hopr-ethereum
Advanced tools
HOPR is a privacy-preserving messaging protocol that incentivizes users to participate in the network. It provides privacy by relaying messages via several relay nodes to the recipient. Relay nodes are getting paid via payment channels for their services.
Hopr-ethereum contains the on-chain logic that is used to process payments for hoprnet.org on the Ethereum blockchain.
# 1. Installs dependancies
yarn
# 1. Runs linter
# 2. Compiles smart contracts
# 3. Generates smart contracts' typescript types
# 4. Compiles migrations to `.js`
yarn build
yarn test
tip: we can use truffle's debug feature to seemingly debug our tests, take look at this example
npx hardhat coverage
tip: see coverage results by launching
./coverage/index.html
For public network migrations (rinkeby, kovan, etc), you will have to create a .env file within the root directory of this project.
# local migration
yarn network
# public migration
yarn migrate --network matic
You can follow the auditing process over at hopr-audits.
We use solhint's recommended preset to perform linting onto our smart contracts.
FAQs
On-chain logic for hoprnet.org
The npm package @hoprdev/hopr-ethereum receives a total of 2 weekly downloads. As such, @hoprdev/hopr-ethereum popularity was classified as not popular.
We found that @hoprdev/hopr-ethereum 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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.