Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
@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
The npm package @rabbitholegg/questdk-plugin-artblocks receives a total of 15 weekly downloads. As such, @rabbitholegg/questdk-plugin-artblocks popularity was classified as not popular.
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
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.