Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@rabbitholegg/questdk-plugin-artblocks
Advanced tools
[Art Blocks](https://www.artblocks.io) is an NFT marketplace that allows users to mint generative artwork from a published "project". Projects are made up of artist provided logic that generates unique pieces of artwork given a set of customizable paramet
Art Blocks is an NFT marketplace that allows users to mint generative artwork from a published "project". Projects are made up of artist provided logic that generates unique pieces of artwork given a set of customizable parameters. Each project allows for a fixed number of mints, and each mint operation is provided with a distinct set of parameters via contract-based random number generation.
The Art Blocks Smart Contract ecosystem provides a shared minter suite which can be utilized by the Art Blocks platform as well as any third-party controlled instances of the Art Blocks V3 contracts. These third-party controlled instances are known as "Engines".
This plugin aims to provide support for all shared minter suite contracts that are compatible and active flagship V3 contracts. By targeting the latest V3 contracts we can ensure that all current implementations of Art Blocks are supported.
Currently, only mint
actions that take place on Ethereum mainnet and Arbitrum mainnet are supported by this plugin.
The only currently supported action is the mint
action. Below is a chart demonstrating the mapping between Art Blocks purchase
and purchaseTo
transaction parameters and supported MintActionParams.
purchase Transaction | purchaseTo Transaction | MintActionParams |
---|---|---|
to | to | contractAddress |
input.projectId | input.projectId | tokenId |
from | input.to | recipient |
purchase
function which invokes the purchaseTo
function to mint a new Art Blocks token. All purchase
function signatures include the projectId
input parameter which is required by this plugin to target specific generative art projects.
FAQs
[Art Blocks](https://www.artblocks.io) is an NFT marketplace that allows users to mint generative artwork from a published "project". Projects are made up of artist provided logic that generates unique pieces of artwork given a set of customizable paramet
We found that @rabbitholegg/questdk-plugin-artblocks 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.