| commit | c19c236396e7e014aafa1fa8913f0f00cef41241 | [log] [tgz] |
|---|---|---|
| author | Dhruv Sangamwar <dsangamwar@gmail.com> | Sun Nov 26 20:10:05 2023 -0800 |
| committer | Dhruv Sangamwar <dsangamwar@gmail.com> | Sun Nov 26 20:10:05 2023 -0800 |
| tree | 090dbac35e7be7e9d2dcdc6003badd022145d8be | |
| parent | fbc00a719e5ca6ca168a817ffdada980d2db9efc [diff] |
changed directories for the json read
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 .
sdkimageTo run the container, execute the following command after:
docker run -it --platform linux/amd64 sdkimage:latest