Gathering detailed insights and metrics for @0x/contracts-dev-utils
Gathering detailed insights and metrics for @0x/contracts-dev-utils
Gathering detailed insights and metrics for @0x/contracts-dev-utils
Gathering detailed insights and metrics for @0x/contracts-dev-utils
npm install @0x/contracts-dev-utils
Typescript
Module System
Min. Node Version
Node Version
NPM Version
51.4
Supply Chain
83.8
Quality
75.3
Maintenance
50
Vulnerability
91.4
License
protocol - 66edc60
Published on 16 Nov 2023
protocol - 2b751e2
Published on 29 Aug 2023
protocol - ec336b9
Published on 18 Aug 2023
protocol - e1f9e10
Published on 09 Aug 2023
protocol - 33ece5a
Published on 21 Jul 2023
protocol - 8c9917b
Published on 19 Jul 2023
TypeScript (60.15%)
Solidity (30.79%)
MDX (9.06%)
Total Downloads
189,378
Last Day
1
Last Week
123
Last Month
315
Last Year
8,069
371 Stars
17,275 Commits
200 Forks
21 Watching
83 Branches
104 Contributors
Latest Version
1.3.36
Package Id
@0x/contracts-dev-utils@1.3.36
Size
436.17 kB
NPM Version
lerna/3.16.10/node@v10.24.1+x64 (linux)
Node Version
10.24.1
Publised On
16 Aug 2021
Cumulative downloads
Total Downloads
Last day
-50%
1
Compared to previous day
Last week
136.5%
123
Compared to previous week
Last month
-49.3%
315
Compared to previous month
Last year
-56.8%
8,069
Compared to previous year
2
This package implements various utilities for developers. For example, the DevUtils
contract can query batches of balances or allowances given some assetData
, can validate batches of orders, and can decode 0x-specific calldata. Addresses of the deployed contracts can be found in this 0x guide or the DEPLOYS file within this package.
Install
1npm install @0x/contracts-dev-utils --save
A bug bounty for the 2.0.0 contracts is ongoing! Instructions can be found here.
We strongly recommend that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
For proposals regarding the 0x protocol's smart contract architecture, message format, or additional functionality, go to the 0x Improvement Proposals (ZEIPs) repository and follow the contribution guidelines provided therein.
Please read our contribution guidelines before getting started.
If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:
1yarn config set workspaces-experimental true
Then install dependencies
1yarn install
To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory:
1PKG=@0x/contracts-dev-utils yarn build
Or continuously rebuild on change:
1PKG=@0x/contracts-dev-utils yarn watch
1yarn clean
1yarn lint
1yarn test
Contracts testing options like coverage, profiling, revert traces or backing node choosing - are described here.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 20/28 approved changesets -- score normalized to 7
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
53 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-23
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More