Skip to content

Commit

Permalink
Merge pull request #327 from camcui/main
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpenne authored Jan 21, 2025
2 parents 1c911f4 + c799c1d commit 59a64a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ A high-level process map for Art Blocks Engine onboarding.
// Check that the user has the required amount of ERC-20
const balance = await erc20.balanceOf(userAddress)
if (balance.lt(pricePerTokenInWei)) {
// Show insufficent funds error
// Show insufficient funds error
return
}

Expand Down
2 changes: 1 addition & 1 deletion core-contract-v3/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ The V3 Core Contract comes in two variants:

Both of these implementations are available for use by Art Blocks Studio artists and Engine partners.

The V3 Engine contract offers the same functionality as the original Art Blocks contract, with an artist's script being fully defined only on the blockchain. The V3 Engine Flex extends the ways artists may store additional metadata, with options of using re-usable on-chain assets, using decentralized storage networks such as IPFS or Arweave, or pointing to assets defined on the Art Blocks Dependency Registry (some of which are fully defined on-chain, some of which are defined on preferred CDN services).
The V3 Engine contract offers the same functionality as the original Art Blocks contract, with an artist's script being fully defined only on the blockchain. The V3 Engine Flex extends the ways artists may store additional metadata, with options of using reusable on-chain assets, using decentralized storage networks such as IPFS or Arweave, or pointing to assets defined on the Art Blocks Dependency Registry (some of which are fully defined on-chain, some of which are defined on preferred CDN services).

For more discussion about different NFT metadata storage mechanisms, see the [NFT Metadata Storage at Art Blocks](/art-blocks-101/on-chain.md) page.
2 changes: 1 addition & 1 deletion minter-suite/minting-philosophy.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following principles, when used together, are important ideals that we belie

#### 1. Transparency

We believe that minting should be transparent and easy to understand for collectors. Verified source code is provided for all minter smart contracts, and we develop our minters publically in our open source [GitHub repository](https://github.com/ArtBlocks/artblocks-contracts).
We believe that minting should be transparent and easy to understand for collectors. Verified source code is provided for all minter smart contracts, and we develop our minters publicly in our open source [GitHub repository](https://github.com/ArtBlocks/artblocks-contracts).

#### 2. Decentralized & Trust-Minimized

Expand Down
2 changes: 1 addition & 1 deletion public-api-docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29123,7 +29123,7 @@ <h2 class="definition-heading">receipt_metadata</h2>
<div class="doc-copy">
<div class="definition-description doc-copy-section">
<h5>Description</h5>
<p>indexed data from subgraph Receipt entity, used by settlment minters</p>
<p>indexed data from subgraph Receipt entity, used by settlement minters</p>
</div>
<div class="definition-properties doc-copy-section">
<h5>Fields</h5>
Expand Down

0 comments on commit 59a64a6

Please sign in to comment.