Updated 140 days ago

Konan

Konan is at the forefront of the digital revolution, providing developers with a groundbreaking platform to craft their unique Dynamic Non-Fungible Tokens (DNFTs). Our mission is to democratize the creation and validation of NFT metadata, empowering developers to unleash their creativity and revolutionize the digital asset landscape.

  • Crypto / Web3
  • Ethereum
  • IPFS
  • Arbitrum
  • Celestia
  • Chainlink
  • Metamask
  • Celestia

Members 3

Demo Page

  • Video: Konan Demo
  • Konan Contract:
    • Arbitrum Sepolia: BlackStone
    • Celestia:celestia1px5kx8h2jzrtynchjht5u2qefl39kec5vagkpd
  • Verify data availbility: 0xA8974ABdf1F1E5E2256ba728a19cF6ffDb63af86

Introduction

Advantages of Celestia

  • Lower Transaction Fees: Celestia offers significantly lower transaction fees, making it more cost-effective for users.
  • Guaranteed Data Availability: Celestia ensures data availability within a specific timeframe, enhancing the reliability of your data.
  • Verifiable on Any Chain: Data stored on Celestia can be verified on any blockchain, ensuring cross-chain compatibility and transparency.
  • Transparent and Large-Scale Storage: Celestia allows users to know exactly what content is being stored, providing clarity and trust. Additionally, it supports the storage of relatively large files, accommodating a wider range of data needs.

Why Celestia?

Why

  • NFT's metadata use Blobstream to depoly NFT's metadata on Layer2
  • Verify NFT's metadata by Celestia network

Key Features

  • Unique NFT Drawing Mechanism: As soon as players enter the game, they can randomly draw an NFT character. Each character is unique, with different initial attributes and appearances.

  • Gacha Unlock System: Each unlock offers the chance to obtain rare equipment or special backgrounds, enhancing the value and abilities of the character. The results are filled with surprises, providing endless fun and anticipation for every player.

  • Dynamic NFT Value: With each unlock, the value of the NFT fluctuates, reflecting market changes and player behavior. This makes each NFT dynamically valuable, serving as both a collectible and an investment.

Technology:

  • Celestia Blobstream:Ensures efficient and reliable data streaming, supporting large-scale data storage.
  • Succinct:Provides highly compressed data structures, improving storage and retrieval efficiency.
  • ChainLink VRF:Utilizes verifiable random functions to generate randomness, ensuring fairness and transparency in the gacha unlock process.
  • Arbitrum Network:Offers a fast and low-cost Layer 2 solution, enhancing the game's scalability and user experience.

Methods

Technical Architecture

Konan Architecture Konan Architecture Konan Architecture Konan Architecture Konan Architecture Konan workflow

mermaid-diagram-2024-05-17-120934.png

Future Prospects

  • Record Draw History: Every draw and result will be meticulously recorded, from the moment players draw equipment to each step of the equipment upgrade process. All data will be securely stored on the Celestia network.
  • Verifiable Fairness: Players can review and verify this data at any time, ensuring that the draw probabilities and results have not been tampered with. This leverages Celestia's decentralized nature, enhancing player trust in the game system.

Building & Installation

Konan is a monorepo managed using turbo. You can find the source code for each package in the apps/web and package/contract directory.

  • apps/web is the Frontend web for Konan. It is built using Next.js.
  • package/contract is the smart contract for Konan. It is built using Solidity.

Setting project

Run Project

git clone https://github.com/hollow-leaf/Konan/tree/main
pnpm i
pnpm dev

Contributors