Home

Start your Application

Here we illustrate how to write applications using NexRes. We use our KV Server as an example to provide steps by steps tutorial. More details can be seen from the code base kv_client, kv_server, proto, and client sdk. Write our own proto messages The first step is to define the proto messages of your application. It includes what kind of inter...

Read more

Running NexRes With KV Server

In this blog post, we lay down steps to run ReslientDB’s NexRes version with its built-in Key Value (KV) service. We also state steps to add and retrieve values from the KV store. Before you begin At present, we support only Ubuntu 20.04 and require root access. Please make sure you have installed the correct version. Linux If you are using Li...

Read more

NexRes - What is NexRes

NexRes is the next generation of ResilientDB, an open-source high-performance Remote Procedure Call (RPC) framework running in a byzantine environment. It provides a simpler system structure and kind APIs so that developers can be able to explore their research or implement their applications in a more convenient way. NexRes is still Written en...

Read more

ResilientDB - File Structure

This is an installment of the ResilientDB tutorial series. ResilientDB is a permissioned blockchain fabric developed by the developers at the Exploratory Systems Lab at UC Davis. We are a group of researchers on a mission led by Prof. Mohammad Sadoghi to pioneer a resilient data platform at scale. File Structure In your linux command line inte...

Read more

ExpoLab Blockchain Speaker Series

ECS-198F was a unique open-source blockchain course at the University of California, Davis that offered concepts of distributed transactions and an overview of emerging blockchain fabrics and ecosystems: It was offered in the Fall of 2020 and covered the foundations of distributed ledger technologies and topics such as distributed transaction p...

Read more

ResilientDB - Resources

ResilientDB: Global Scale Resilient Blockchain Fabric. Research Paper by S. Gupta, S. Rahnama, J. Hellings, M. Sadoghi presented at PVLDB 2020. Paper Slides Scalable, Resilient and Configurable Permissioned Blockchain Fabric. Demo Paper by S. Rahnama, S. Gupta, T. Qadah, J. Hellings, M. Sadoghi presented at PVLDB 2020. Paper Sli...

Read more

ResilientDB - PBFT Commit Algorithm

This is an installment of the ResilientDB tutorial series. ResilientDB is a permissioned blockchain fabric developed by the developers at the Exploratory Systems Lab at UC Davis. We are a group of researchers on a mission led by Prof. Mohammad Sadoghi to pioneer a resilient data platform at scale. Allow this article to be a comprehensive introd...

Read more

ResilientDB - Passing Custom Messages

This is an installment of the ResilientDB tutorial series. ResilientDB is a permissioned blockchain fabric developed by the developers at the Exploratory Systems Lab at UC Davis. We are a group of researchers on a mission led by Prof. Mohammad Sadoghi to pioneer a resilient data platform at scale. Message passing forms the basis in distributed ...

Read more