![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
An SDK for controlling Ethereum Smart Accounts via ERC4337 from a Near Account.
TLDR; This project provides a TypeScript implementation for controling Ethereum Smart Accounts via ERC4337 standard from a Near Account. It includes utilities for packing data, managing transactions, and interacting with a bundler.
The account structure is defined as follows:
To get started, clone the repository and install the dependencies:
yarn install
Create a .env
(or use our .env.sample
) file in the root of the project and add the following environment variables:
NEAR_ACCOUNT_ID=
# Head to https://www.pimlico.io/ for an API key
PIMLICO_KEY=
To use the CLI tool provided here in examples/*
you will also need to provide a privateKey for your Near account.
NEAR_ACCOUNT_PRIVATE_KEY=
The example script examples/send-tx.ts
demonstrates how to use the transaction manager. You can run it with the following command:
yarn start --usePaymaster --recoveryAddress <recovery_address> --safeSaltNonce <safe_salt_nonce>
The example script accepts the following arguments:
--usePaymaster
: Boolean flag to indicate if the transaction should be sponsored by a paymaster service.--recoveryAddress
: The recovery address to be attached as the owner of the Safe (immediately after deployment).--safeSaltNonce
: The salt nonce used for the Safe deployment.FAQs
An SDK for controlling Ethereum Smart Accounts via ERC4337 from a Near Account.
The npm package near-safe receives a total of 300 weekly downloads. As such, near-safe popularity was classified as not popular.
We found that near-safe demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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 iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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.