Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a script to create a dummy anchor (#110)
# Motivation Going through the steps of creating an anchor and confirming the backup device and seed phrase gets tedious and slows down e2e tests. # Changes 1. `bin/dfx-ii-create-dummy-anchor` script which adds a dummy identity anchor. 2. Call the script at the end of `bin/dfx-snsdemo`. 3. `bin/dfx-nns-import` which makes necessary change to dfx.json to be able to call internet_identity and exports declarations/internet_identity.did 4. Call `bin/dfx-nns-import` from `bin/dfx-snsdemo` right after it calls `dfx nns import`. # Testing Ran the script manually and confirmed that I could sign in by using existing anchor 10000. --------- Co-authored-by: Formatting Committer <[email protected]> Co-authored-by: Max <[email protected]> Co-authored-by: Max Murphy-Skvorzov <[email protected]>
- Loading branch information