How to Deploy a BRC69+ Collection
Step 1: Prepare Your Collection
ModulesStep 2: Deploy Your Collection
<script src="/content/<OrdinalArtRenderer.js Inscription ID>"></script>
<script>
window.onload = function() {
const renderer = new OrdinalArtRenderer(
'/content/<traits.json InscriptionID>',
'/content/<rules.json InscriptionID>',
'<Preview Image Inscription ID>',
'auto',
{ width: X, height: Y },
'YourCollectionName'
);
renderer.init();
};
</script>Step 3: Mint Your Collection
Step 4: Close the Mint and Reveal
We will release a tool to easily deploy and mint BRC69+ collections.
Last updated