Skip to content

Commit

Permalink
feat: add api key and admin API (#7)
Browse files Browse the repository at this point in the history
* feat: add api key and admin API

* admin bindings

* change admin input to g1 public key

* update admin api
  • Loading branch information
shrimalmadhur authored Jan 17, 2025
1 parent d5e1eb0 commit e69c5e8
Show file tree
Hide file tree
Showing 10 changed files with 2,164 additions and 66 deletions.
3 changes: 2 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ use std::path::PathBuf;
fn main() -> Result<(), Box<dyn std::error::Error>> {
let proto_files = vec![
"proto/key_manager.proto",
"proto/signer.proto"
"proto/signer.proto",
"proto/admin.proto"
];

let proto_include_dirs = vec![
Expand Down
Loading

0 comments on commit e69c5e8

Please sign in to comment.