Skip to content

Commit 9a03d25

Browse files
committed
update portal post
1 parent b950035 commit 9a03d25

File tree

4 files changed

+27
-29
lines changed

4 files changed

+27
-29
lines changed
File renamed without changes.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Portal Web3 Infrastructure Provider
3+
date: 2023-07-06 16:40:00 -0800
4+
categories: [Infrastructure, Crypto Wallet]
5+
toc: true
6+
image:
7+
path: https://storage.googleapis.com/portal-logos-and-images/portal-product-image.png
8+
author: parsa
9+
---
10+
11+
Portal provides end-to-end embedded blockchain infrastructure tools so organizations can launch blockchain products with minimal time or effort. The Portal integration offers various security features, including a firewall which automatically blocks malicious dApps, smart contracts, and addresses.
12+
13+
Portal’s Threshold Signature Scheme (TSS) MPC wallet uses a two of two parallel threshold architecture that ensures users retain full control of their digital assets at signing, backup and recovery. With this design, organizations never take custody of their users’ assets and users can export their private keys to another wallet at any time. Two of two means there are only two signing key shares and two backup key shares and both are required at all times. The key shares are never stored together; the wallet’s private key is never reconstructed. The end user always has control of one signing key share and one backup key share. Neither transactions nor wallet recovery can be completed without the user.
14+
15+
Portal provides a lightweight SDK and fully featured integrations, such as a Wallet Connect v2 integration.
16+
17+
### Code
18+
19+
[Github Repo](https://github.com/portal-hq)
20+
21+
### Links
22+
23+
[Portal Website](https://www.portalhq.io/)
24+
25+
[Developer Docs](https://docs.portalhq.io/)

_posts/2023-07-07-Portal Web3 Infrastructure Provider.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

_tabs/contribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ order: 2
1010
To add a new MPC deployment, you simply need to create a PR with a new Markdown file.
1111
1. Add yourself as an author in [`/_data/authors.yml`](https://github.com/dots-platform/dots-platform.github.io/blob/master/_data/authors.yml). The first element will be your author ID and the first link will be where on the web people can find you.
1212
2. Copy the [`/_posts/YYYY-MM-DD-Title.md`](https://github.com/dots-platform/dots-platform.github.io/blob/master/_posts/YYYY-MM-DD-Title.md) template file in the [`/_posts/`](https://github.com/dots-platform/dots-platform.github.io/tree/main/_posts) directory.
13-
3. Fill in the deployment's information. Details above the `---` and the description are required. For examples of what text and typography is supported, see these [template](https://chirpy.cotes.page/posts/text-and-typography/) [resources](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/_posts/2019-08-08-text-and-typography.md). Posts should be concise with an emphasis on links to where readers can learn more.
14-
4. Submit the PR with a description of the change to [github.com/dots-platform/dots-platform.github.io](https://github.com/dots-platform/dots-platform.github.io). To help us out, please [confirm locally](https://chirpy.cotes.page/posts/getting-started/#running-local-server) that your version renders.
13+
3. Fill in the deployment's information. Details above the `---` and the description are required. For examples of what text and typography is supported, see these [template](https://chirpy.cotes.page/posts/text-and-typography/) [resources](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/_posts/2019-08-08-text-and-typography.md). Posts should be concise technical summaries with an emphasis on links to where readers can learn more. Refrain from "advertising" the deployment; keep it informational.
14+
4. Submit the PR with a description of the change to [github.com/dots-platform/dots-platform.github.io](https://github.com/dots-platform/dots-platform.github.io). To help us out, please [confirm locally](https://chirpy.cotes.page/posts/getting-started/#running-local-server) that your version renders. Include how many users the deployment has reached.
1515
5. We will review the PR, suggest any changes, and hopefully merge your update!

0 commit comments

Comments
 (0)