pmuens / cryptocobras

NFT example application for EVM-based Blockchains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CryptoCobras

NFT example application for EVM-based Blockchains.

NOTE: This NFT implementation is based on openberry-ac/cryptovipers.

Usage

You want to explore the contracts and tests to see the dApps APIs and their usages.

  1. npx hardhat node
  2. npx hardhat deploy --network localhost
  3. npx hardhat buy --address <cobra-token-contract-address> --network localhost
  4. npx hardhat oracle --address <cobra-token-contract-address> --network localhost

Useful Commands

# Setup
npm install

# Build
npm run build

# Test
npm run test

# Deploy
npm run deploy

# Format
npm run format

# Lint
npm run lint

# Clean
npm run clean

About

NFT example application for EVM-based Blockchains


Languages

Language:TypeScript 69.7%Language:Solidity 25.4%Language:JavaScript 4.9%