
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@swoop-exchange/core
Advanced tools
Swoop is a fork of Uniswap V2 for Harmony's #Hack9 hackathon.
This repository contains the smart contracts for the project.
./scripts/install.sh
./scripts/build.sh
yarn test
Usage:
./scripts/deploy.sh --network NETWORK
Example:
./scripts/deploy.sh --network testnet
Truffle requires NodeJS v12, otherwise it seems to break. The current deployment using Truffle is also currently not working properly - the hmy deployment method is preferable and is also the default deployment method.
Usage:
./scripts/deploy.sh --method truffle --network NETWORK
Example:
./scripts/deploy.sh --method truffle --network testnet
You can also use --reset
and --skip-dry-run
to reset any eventual migration from scratch as well as skipping dry runs.
Example:
./scripts/deploy.sh --method truffle --network testnet --reset --skip-dry-run
./scripts/abi.sh
In-depth documentation on Uniswap V2 is available at uniswap.org.
The built contract artifacts can be browsed via unpkg.com.
The following assumes the use of node@>=10
.
yarn
yarn compile
yarn test
FAQs
🎛 Core contracts for the UniswapV2 protocol
The npm package @swoop-exchange/core receives a total of 219 weekly downloads. As such, @swoop-exchange/core popularity was classified as not popular.
We found that @swoop-exchange/core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.