Create an account on Flipside Crypto.
import { Flipside } from "@flipsidecrypto/sdk";
const flipside = new Flipside(
'<YOUR_FLIPSIDE_API_KEY>',
"https://api-v2.flipsidecrypto.xyz"| const astraNFTContract = new ethers.Contract( | |
| process.env.ASTRA_NFT_COLLECTIBLE_CONTRACT_ADDRESS, | |
| [ | |
| 'function mintNFTs(address to, string memory designId, string memory designName, string memory designImage, string memory prompt, uint256 count) external', | |
| 'function getBaseMintFee() external view returns (uint256)', | |
| 'function isDesignIdUsed(string memory designId) external view returns (bool)', | |
| 'function MAX_PER_MINT() external view returns (uint256)', | |
| 'function setBaseURI(string memory _baseTokenURI) external', | |
| 'function transferNFT(address to, uint256 tokenId) external', | |
| 'function getOwner(uint256 tokenId) external view returns (address)', |
Create an account on Flipside Crypto.
import { Flipside } from "@flipsidecrypto/sdk";
const flipside = new Flipside(
'<YOUR_FLIPSIDE_API_KEY>',
"https://api-v2.flipsidecrypto.xyz"Ctrl + Space for auto-complete suggestions.query BlockData($limit: Int = 100) {