Skip to content

protofire/Cardano-SmartDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Cardano Smart DB

Memory is where fleeting moments turn to whispers, and scattered data finds its form.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

Introduction

The Smart DB Library is a Node.js package designed to simplify the interaction between JavaScript entities, a database, and the Cardano blockchain. It enables developers to work with entities backed by a database and synced with the blockchain, providing a transparent and seamless experience.

Features

  • Hooks and Stores: Provides useHooks and EasyPeasy stores to deal with wallet connection.
  • Seamless Blockchain Integration: Simplify interactions with the Cardano blockchain using JavaScript entities.
  • Automatic Synchronization: Automatically synchronizes the application after transactions are confirmed to reflect the latest blockchain state in the internal database. Users can also trigger synchronization manually if needed.
  • Smart UTXO Management: Implements a sophisticated system for managing UTXOs, including distinction between reading and consuming UTXOs.
  • Smart Selection Algorithm: Optimizes UTXO selection for transactions, maximizing throughput and minimizing conflicts in high-concurrency scenarios.
  • Concurrent Transaction Handling: Robust system for managing multiple simultaneous transactions with minimal conflicts.
  • Authorization: All API endpoints are secured with authorization logic using Next.js sessions and JWT tokens.
  • API Handling: The library handles all API routes, reducing the complexity in the projects that use our library.
  • Example Project: Includes a comprehensive example project in the example folder demonstrating the use of the library.
  • Node.js Dependency: This is a Node.js library to add as a dependency in dApps projects.
  • Database Flexibility: Now supports both non-relational databases (using MongoDB via Mongoose) and relational databases (using PostgreSQL via TypeORM), giving developers the flexibility to choose the most appropriate database solution for their project.

Transaction Flow and Smart Selection

The Smart DB Library implements a sophisticated transaction flow that includes:

  • Distinction between reading (reference) and consuming UTXOs.
  • Smart selection of UTXOs to optimize transaction success and system throughput.
  • Concurrent transaction handling with minimal conflicts.
  • Automatic UTXO locking and release mechanisms.
  • Detailed transaction state management.

For a comprehensive explanation of the transaction flow, smart UTXO management, and the smart selection algorithm, please refer to our Transaction Flow Documentation.

For detailed concurrency tests that rigorously assess the performance and reliability of the Smart UTXO and Smart Selection systems across various scenarios, please refer to our Concurrency Tests or within the GitBook.

Documentation

For detailed documentation, please visit our Gitbook.

Installation

Refer to Installation for detailed installation instructions.

Usage

For information on how to use the Smart DB Library, including setting up entities, configuring the backend, and handling API routes, please refer to our Usage Guide.

Conclusion

The Smart DB library bridges the gap between traditional web application development and blockchain-based data management. By abstracting complex blockchain operations into familiar JavaScript entity interactions, it offers a developer-friendly pathway to blockchain integration. The sophisticated transaction handling and UTXO management systems enable the development of high-performance, concurrent dApps on the Cardano blockchain.

Contribution

Contributions to the Cardano Smart DB are welcome. Whether you're looking to fix bugs, add new features, or improve documentation, your help is appreciated.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

Acknowledgements

We express our deepest gratitude to the Cardano community for their unwavering support and valuable contributions to this project. This work is part of a funded project through Cardano Catalyst, a community-driven innovation platform. For more details on the proposal and its progress, please visit our proposal page on IdeaScale.

About

Cardano - Smart Contracts - Scaffold

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published