Home

CrypGo, Accessibility on the Go!

CrypGo serves as a wallet for the Global-Scale Sustainable Blockchain Fabric ResilientDB. With CrypGo you can easily access your ResilientDB account, and submit and view transactions on the Go! CrypGo Features and Screens: Page 1: Login Page The Login Page is a pivotal feature of CrypGo, designed to enhance user experience and security. Users...

Read more

Arrayán - A Resilient Blockchain-based Food Supply Chain

Arrayán Arrayán stands as a revolutionary web application, seamlessly integrated with the Resilient DB blockchain fabric. Designed to empower industries, Arrayán facilitates comprehensive tracking of products, by-products, and their historical journey throughout the supply chain. The platform champions transparency, aiding food organizations in...

Read more

ResilientDB Blockchain Analyzer

What is the ResilientDB Blockchain Analyzer? The ResilientDB Blockchain Analyzer offers a comprehensive visualization tool for transactions on the ResilientDB blockchain, similarly to Etherscan’s role for Ethereum. The two main features that the program offers are displaying all wallets connected to the ResilientDB blockchain, along with their ...

Read more

Getting Started with Rust SDK

We provide a Rust SDK for committing transactions to create and transfer assets. Despite NexRes being written in C++, users can interface with ResilientDB through Rust. This article assumes you have setup a ResilientDB instance that is accessible through HTTP requests and are familiar with Rust, we will walk you through basics of using Resilient...

Read more

ResView- Visualizing Resilient DB

What is ResView? ResView is a tool for visualizing the PBFT process in Resilient DB. ResView is built on top of Resilient DB and gathers statistics from transactions to display in graphical form. Currently, ResView works on local instances of Resilient DB, but can be used for deployed instances with some changes to Websockets and connections. ...

Read more

Deploying ResilientDB

This tutorial assumes that you have setup ResilientDB by following this blog. In order to get started with deploying ResilientDB and the extended applications on cloud you will need to follow the steps below. Prerequisites Create a Cloud instance You can create a cloud instance on either AWS (EC2), GCP (Compute Engine), or choose any other Virt...

Read more

Logging in ResilientDB

Overview Logging is used to help ResilientDB to recover its local state after restarting. The state can be the one before it is shut down or the state from other replicas. When ResilientDB receives a request related to the consensus logic, it will be written to a log file by appending to the tail to guarantee written order. Requests in the log...

Read more

Getting started with ResVault

ResVault is a chrome extension that serves as a wallet for ResilientDB. The wallet allows you to commit and retrieve data from ResilientDB and provides user account creation and deletion. It communicates with ResilientDB using the ResilientDB GraphQL server and enables transaction logging. Prerequisites Setup Python3.10 Ensure you have Python3....

Read more