cryto library
1 file changed
tree: 57f52e181375f8d16ce63b35f3b9dffd0b46a257
  1. json_data/
  2. src/
  3. testsdk/
  4. .DS_Store
  5. .gitignore
  6. Cargo.toml
  7. Dockerfile
  8. LICENSE
  9. prevtrans.txt
  10. README.md
README.md

ResilientDB Rust SDK

Rust Software Developement Kit that allows Rust users to interface with ResilientDB. The SDK is designed so that Rust users can develop robust blockchain applications using ExpoLab's ResilientDB.

Motivation

Usage

Currently the SDK is able to fetch transactions from a database instance.

Our dev environment setup

The repository includes a dockerfile that can be used to build a container.

To start the dev environment on your system, run the following command:

docker buildx build --platform=linux/amd64 -t sdkimage:latest .

  • This command will create a docker container named sdkimage

To run the container, execute the following command after:

docker run -it --platform linux/amd64 sdkimage:latest