Skip to content

Commit

Permalink
beta
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmasken committed Jun 1, 2024
1 parent 3e75bc4 commit 22ca3a6
Show file tree
Hide file tree
Showing 84 changed files with 15,481 additions and 737 deletions.
23 changes: 23 additions & 0 deletions DeploySiwe.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Run
dfx canister create ic_siwe_provider


then run


dfx deploy ic_siwe_provider --argument $'(
record {
domain = "127.0.0.1";
uri = "http://127.0.0.1:5173";
salt = "qweertfguavbkdbvjkbvkbvjkwefweuh2389r23";
chain_id = opt 1;
scheme = opt "http";
statement = opt "Login to the app";
sign_in_expires_in = opt 300000000000;
session_expires_in = opt 604800000000000;
targets = opt vec {
"'$(dfx canister id ic_siwe_provider)'";
"'$(dfx canister id assets)'";
};
}
)'
Loading

0 comments on commit 22ca3a6

Please sign in to comment.