-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
84 changed files
with
15,481 additions
and
737 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)'"; | ||
}; | ||
} | ||
)' |
Oops, something went wrong.