Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
0xsequence
Advanced tools
Sequence: simple & powerful Ethereum development library and Web-based smart wallet
yarn add 0xsequence
The 0xsequence top-level package also contains e2e tests which run in a headless chrome browser.
You can run the test suite directly from console with a single yarn test
, or you can boot up the typescript
compiling server (yarn test:server
) and ethereum test node (yarn start:hardhat
) manually in separate
terminals, and then run a specific test directly from your browser instance by visiting the path:
http://localhost:9999/{browser-test-dir}/{test-filename}.test.html
yarn test
yarn test:server
-- in one terminal, to start the webpack server compiling typescriptyarn start:hardhat
-- in another terminal, to start hardhat local ethereum test nodeyarn start:hardhat2
-- (2nd chain) in another terminal, to start hardhat2 local ethereum test nodehttp://localhost:9999/{browser-test-dir}/{test-filename}.test.html
for example,
http://localhost:9999/wallet-provider/dapp.test.htmlFAQs
Sequence: a modular web3 stack and smart wallet for Ethereum chains
We found that 0xsequence demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.