Skip to content

Commit

Permalink
update: update 2 sections
Browse files Browse the repository at this point in the history
  • Loading branch information
rueshyna committed Nov 30, 2023
1 parent 260fdee commit f15d633
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
* [Sign, Reject and Resolve Proposals](guides/sign-reject-and-resolve-proposals.md)
* [Setting](guides/setting.md)
* [Developer DOC]()
* [Understand the Entrypoint and the Proof](guides/understand-entrypoint-and-proof-of-tzsafe.md)
* [Understand the Entrypoint](guides/understand-entrypoint.md)
* [Login using TzSafe app](guides/login-using-tzsafe-app.md)
Binary file added src/assets/image-80.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/guides/login-using-tzsafe-app.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Logging in Using TzSafe App

![](../assets/image-80.png)

As of now, the configuration for the TzSafe app hasn't been committed to the beacon-sdk repository. For those who want to quickly try interacting with the TzSafe app through a dApp, please follow these steps:

```bash
> git clone [email protected]:marigold-dev/beacon-sdk.git
> npm i
> python -m http.server --directory ./examples
```

1. Open your browser.
1. Go to the Example Dapp: http://localhost:8000/dapp.html.
1. Click on "Request Permission."
1. Select "TzSafe" and enjoy!
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ To determine the version of TzSafes:
Beginning with this version, entrypoint parameters are self-explanatory, enabling users to easily interact wth Better-Call Dev.

Once creating the proposal, users can find the proposal ID in an emitted event with the tag **`%create_proposal`**. This ID can be used for signing and resolving the proposal. Upon resolution, the proposal is removed from the contract storage. Users can retrieve the full history from the emitted event with the tag **`%archive_proposal`**, and the event's content is in bytes. Here is the type for unpacking it.
- [here](https://github.com/marigold-dev/tzsafe-ui/blob/v0.42.0-rc.0/types/Proposal0_3_3.ts#L44) in JSON format.
- [here](https://github.com/marigold-dev/tzsafe/blob/0.3.3/src/internal/storage.mligo#L38) in the camligo.
- [here](https://github.com/marigold-dev/tzsafe-ui/blob/v0.42.0-rc.0/types/Proposal0_3_3.ts#L44) in JSON format.
- [here](https://github.com/marigold-dev/tzsafe/blob/0.3.3/src/internal/storage.mligo#L38) in the camligo.


### Version 0.3.2
Expand Down

0 comments on commit f15d633

Please sign in to comment.