This website requires JavaScript.
Explore
Help
Sign In
testnet
/
proto
Watch
3
Star
0
Fork
0
You've already forked proto
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
50
Commits
2
Branches
0
Tags
356
KiB
Rust
100%
a9dcfbe9fe
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Noor
a9dcfbe9fe
Add AppNodeFilters and AppNodeListResp messages; implement ListAppNodes and GetOneAppNode RPCs in BrainAppCli
2025-03-12 20:04:15 +00:00
proto
/sgx
Add AppNodeFilters and AppNodeListResp messages; implement ListAppNodes and GetOneAppNode RPCs in BrainAppCli
2025-03-12 20:04:15 +00:00
src
Rename CreateApp RPC to DeployApp in BrainAppCli and add new fields to AppDeployConfig for hours and private_package
2025-03-12 20:57:26 +05:30
.gitignore
first commit
2024-12-11 16:00:55 +05:30
build.rs
Refactor proto file structure to move brain and dtpm modules under sgx for better organization
2025-02-13 17:28:09 +05:30
Cargo.lock
refactor error handling with thiserror in dtpm module
2025-02-18 13:59:14 +05:30
Cargo.toml
refactor error handling with thiserror in dtpm module
2025-02-18 13:59:14 +05:30
README.md
first commit
2024-12-11 16:00:55 +05:30
README.md
Shared files for projects in deTee
eg: proto, yaml config in dtpm, etc...