
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
0xF610975E70674b7b6429da6266a1a5d8C1C99238
A Python library for interacting with the Immutable X API. This library provides tools to derive Stark keys from Ethereum keys, register users, perform transfers, and more—aiming to eventually cover all Immutable X API resources.
Install via pip:
pip install py-immutablex
Here’s how to initialize the client and perform a transfer:
from py_immutablex import IMXClient
# Initialize with your Ethereum private key
client = IMXClient('0xYourEthereumPrivateKeyHere')
# Transfer 1 ETH (in wei) to another address
transfer_id = client.transfer(
transfer_to='0xRecipientAddress',
token='ETH',
amount='1000000000000000000' # 1 ETH in wei
)
print(f'Transfer ID: {transfer_id}')
This library is under active development. Current focus:
Planned features:
Check the Issues tab for progress or to request features!
Contributions are welcome! Fork the repo, create a branch, and submit a pull request. See CONTRIBUTING.md for details.
This project is licensed under the MIT License - see the LICENSE file for details.
Questions? Bugs? Open an issue or reach out: @luizrrodrigues.
FAQs
A Python library for interacting with the Immutable X API
We found that py-immutablex demonstrated a healthy version release cadence and project activity because the last version was released less than 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.