KrypCore Web3
PlatformSupportSDK
  • 👋Welcome to Krypcore Web3
  • Introduction
    • Overview
    • Product Architecture
    • Supported Networks
  • Product Overview
    • Key Concepts
    • Unified SDK / APIs
      • Benefits of a Unified Model
      • KrypCore Web3 SDK
      • KrypCore Web3 APIs
    • Infrastructure
      • Blockchain Endpoints
        • Adding network to Metamask
      • Storage Endpoints
      • DID Service Endpoints
    • Core Services
      • Wallets
        • Choosing the right wallet for your Dapp
        • Custodial Wallet
        • Self Managed Wallet
        • MPC Wallet
        • Developer Wallet
        • Smart Contract Wallet
      • Smart Contracts
        • Deploy from Templates
          • Templates Explained
            • ERC 20
            • ERC 721
            • ERC 1155
            • ERC20DAO Token
            • TokenERC20
        • Deploy your own contract
        • Deploy Contract
        • Load Contract
      • NFT
        • Creating a collection
        • Minting NFTs
      • FT
        • Creating an ERC-20 token
      • DIDs
      • Storage
    • Add on Services
      • Datalake
      • Gasless
        • Integration Steps
        • Considerations and Best Practices
  • API Reference
    • KCW3 APIs Explained
    • Infrastructure APIs
      • Ethereum JSON RPC APIs
        • eth_accounts
        • eth_blockNumber
        • eth_call
        • eth_chainId
        • eth_estimateGas
        • eth_feeHistory
        • eth_gasPrice
        • eth_getBalance
        • eth_getBlockByHash
        • eth_getBlockByNumber
        • eth_getBlockReceipts
        • eth_getBlockTransactionCountByHash
        • eth_getBlockTransactionCountByNumber
        • eth_getCode
        • eth_getFilterChanges
        • eth_getFilterLogs
        • eth_getLogs
        • eth_getProof
        • eth_getStorageAt
        • eth_getTransactionByBlockHashAndIndex
        • eth_getTransactionByBlockNumberAndIndex
        • eth_getTransactionByHash
        • eth_getTransactionCount
        • eth_getTransactionReceipt
        • eth_getUncleCountByBlockHash
        • eth_getUncleCountByBlockNumber
        • eth_hashrate
        • eth_maxPriorityFeePerGas
        • eth_mining
        • eth_newBlockFilter
        • eth_newFilter
        • eth_newPendingTransactionFilter
        • eth_signTransaction
        • eth_syncing
        • eth_uninstallFilter
        • eth_unsubscribe
        • eth_sendRawTransaction
        • net_listening
        • net_peerCount
        • net_version
        • txpool_content
        • txpool_inspect
        • txpool_status
        • web3_clientVersion
        • web3_sha3
      • IPFS HTTP Client APIs
        • How to
        • HTTP API methods
          • add
          • block_get
          • block_stat
          • cat
          • dag_get
          • dag_import
          • dag_put
          • dag_resolve
          • get
          • pin_add
          • pin_ls
          • pin_rm
          • pin_update
          • version
          • block_put
    • Core Service APIs
      • Wallet Manager APIs
        • Self Managed Wallet
          • Setup SM Wallet
          • Create Wallet
          • Get Wallet balance
          • Sign Message
          • Verifies Signature off chain
          • Deploy Contract
          • Submit Transaction
          • Estimating Gas Price
          • Call Contract Method
          • Sign and Submit Gasless Transaction
        • Developer Wallet
          • Generate Keys
          • Deploy Contract
          • Call Contract
          • Get Balance
          • Sign And Submit Gasless Txn
          • Create And Execute Txn
          • Sign EIP712 Txn
          • Verify Signature OffChain
          • Sign Message
          • Sign TxHash
          • Estimate Gas
        • Smart Contract Wallet APIs
          • Create Wallet
          • Get All SC Wallet Details
          • GenerateUserOp
          • SubmitUserOp
      • DID Manager APIs
        • Create issuer Profile
        • Create Subject Profile
        • Create Verifiable Credentials
        • Create Verifiable Presentation
        • List Issuer Profile
        • List Subject Profile
        • List Verifiable Credential
        • List Verifiable Credential Templates
        • Verify Verifiable Credential
        • Revoke Verifiable Credential
        • Delete Issuer Profile
        • Resolve DID
      • NFT Studio APIs
        • Create NFT Collection
        • Get all NFT Collections details created by a user
        • Get a NFT collection details created by a user
        • Mint NFT
        • Get all Minted NFT details in a smart contract
      • FT Manager APIs
        • Create ERC20Token
        • Get all Fungible Token details created by user
        • Get a Fungible Token details created by user
        • Mint ERC20 Token
        • Approve ERC20Token
        • Transfer ERC20 Token
        • Burn ERC20Token
        • Get Total Supply
        • Get Balance of an user address
      • Storage Manager APIs
        • Upload file to IPFS Storage
        • Get File Details
        • Download Files from IPFS
        • Update Pin status
      • Gasless API
        • Get Transaction Payload
        • Send Transaction
        • Create Gas Request
        • Add Whitelisted Contract Linked to DApp
        • List All Whitelisted Contracts
        • List All Protocol Configs
        • List All Funded Transactions
        • Update Configured Gas Limit
        • Deactivate Whitelisted Contract
        • Get Protocol Config using userId and ChainId
        • Sign And Submit Gasless Txn Using (Dev wallet)
        • Sign And Submit Gasless Txn Using (kms wallet)
    • Add On APIs
      • Gasless Transactions APIs
      • Datalake APIs
  • SDK Reference
    • Getting Started
    • SDK Architecture
    • Wrapper Packages
    • Power Methods
      • Wallet Suite
      • Utils Suite
    • Core Service Methods
      • Custodial Wallet Kit
      • DID Kit
      • NFT Kit
      • FT Kit
      • Storage Kit
  • faq
    • Platform FAQs
    • API FAQs
    • SDK FAQs
  • Releases
    • Latest Updates
    • Release Notes v1.0.0 Beta
    • Release Notes v1.0.0
Powered by GitBook
On this page
  • What is Krypcore Web3?
  • Why Choose Krypcore Web3?
  • Getting Started

Was this helpful?

Welcome to Krypcore Web3

Welcome to the documentation for Krypcore Web3! We're excited to have you on board as you explore the world of Web3 development with our powerful web3 engine. While blockchain and web3 technology provide many benefits like immutability, transparency, privacy and security, developing applications to utilize these benefits differs greatly from how applications can be built and deployed in the traditional web2 setting.

This distinction arises from the intricate nature of developing a fully functional web3 application, demanding an adept understanding of the different facets of blockchain technology and the depth of complexities attached to it. Krypcore Web3 removes these complexities by presenting a unified platform. Our platform merges blockchain infrastructure with a suite of essential web3 services, enabling enterprises to swiftly and effortlessly build and manage innovative decentralized applications (dApps).

Whether you're an experienced developer or just getting started, Krypcore Web3 provides the tools and resources you need to build dApps that leverage the full potential of Web3 technologies.

What is Krypcore Web3?

Krypcore Web3 is an enterprise-grade platform designed to simplify the development process of Web3 applications. It offers a comprehensive suite of services, APIs, and an SDK (Software Development Kit) that enable developers to seamlessly integrate with various Web3 protocols and build innovative dApps.

Why Choose Krypcore Web3?

With Krypcore Web3, you can unlock the true potential of Web3 and harness its benefits in your applications. Here's why developers choose KrypCore Web3:

  • Seamless Integration: Krypcore Web3 provides a unified set of APIs and an SDK that abstract the complexities of Web3 protocols, making it easier for developers to integrate with multiple services and focus on their core application logic.

  • Enterprise-Grade Infrastructure: With Krypcore Web3, you can leverage robust infrastructure solutions, including shared and dedicated nodes across supported protocols, ensuring reliable and scalable performance for your Dapps.

  • Powerful Smart Contract Tools: Build and deploy smart contracts effortlessly using Krypcore Web3's Smart Contract Studio. Choose from a variety of pre-built templates or create custom contracts, all backed by comprehensive APIs and analytics.

  • Data Services: Effortlessly query and retrieve fragmented blockchain data, consolidating it into a streamlined, sequential, and detailed format for business reporting.

  • Distributed File Storage: Access distributed storage protocols for permanent, tamper-proof, and reliable file storage. Krypcore Web3 comes ready with built-in support for IPFS, streamlining the process of storing content with IPFS into a simple task.

  • Decentralized Identity (DID) Management: Simplify the management of digital identities with KrypCore Web3's DID Manager. Issue, verify, and revoke credentials easily using APIs, enabling secure and trustless interactions.

  • NFT and FT Support: KrypCore Web3 offers APIs for creating, managing, and trading Non-Fungible Tokens (NFTs) and Fungible Tokens (FTs). Build innovative digital collectibles, gaming assets, or tokenized assets with ease.

  • Gasless Transactions: Enhance the user experience of your dApps by leveraging Krypcore Web3's Gasless APIs. Enable users to transact without worrying about gas fees, improving usability and onboarding.

Getting Started

To begin your journey with Krypcore Web3, explore the documentation provided in this guide. It covers a wide range of topics, including key concepts, infrastructure setup, API references, SDK usage, and practical examples. Whether you're looking to create wallets, interact with smart contracts, manage digital identities, or explore other Web3 services, we have you covered.

We're here to support you throughout your development process. If you have any questions, encounter any issues, or need further assistance, don't hesitate to reach out to our dedicated support team. We're committed to helping you succeed in building your Web3 applications with Krypcore Web3.

Get ready to embark on an exciting journey into the decentralized world of Web3 with Krypcore Web3!

NextOverview

Last updated 11 months ago

Was this helpful?

👋
Page cover image