commit | ac99617fe8794c14083dae0513e539d8c70b8465 | [log] [tgz] |
---|---|---|
author | Prashansa Goel <goel.prashansa@gmail.com> | Wed Nov 29 20:33:46 2023 -0800 |
committer | Prashansa Goel <goel.prashansa@gmail.com> | Wed Nov 29 20:33:46 2023 -0800 |
tree | 57f52e181375f8d16ce63b35f3b9dffd0b46a257 | |
parent | 4d6310bcbb93e84124158aab3018d4587d62202d [diff] |
cryto library
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.
Currently the SDK is able to fetch transactions from a database instance.
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 .
sdkimage
To run the container, execute the following command after:
docker run -it --platform linux/amd64 sdkimage:latest