-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from webbushka/main
Homepage redesign
- Loading branch information
Showing
67 changed files
with
1,936 additions
and
542 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,15 @@ | ||
node_modules | ||
|
||
/build | ||
/public/build | ||
/server-build | ||
.env | ||
|
||
/test-results/ | ||
/playwright-report/ | ||
/playwright/.cache/ | ||
/tests/fixtures/email/*.json | ||
/coverage | ||
/prisma/migrations | ||
|
||
package-lock.json |
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,8 @@ | ||
{ | ||
"arrowParens": "avoid", | ||
"plugins": ["prettier-plugin-tailwindcss"], | ||
"tailwindFunctions": ["tv"], | ||
"semi": false, | ||
"singleQuote": true, | ||
"tabWidth": 2 | ||
} |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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,79 @@ | ||
# Purpose-Built for Financial Services | ||
|
||
## What it means to be purpose-built for financial services | ||
|
||
Section 1 | ||
|
||
## Supports the full lifecycle of tokenized real-world financial assets | ||
|
||
Provenance Blockchain originated in 2018, and is a decentralized public blockchain built in the Cosmos ecosystem, with Cosmos SDKs. The architecture of the blockchain was designed intentionally to meet the specific and unique requirements of the financial services industry. | ||
|
||
Specific capabilities are engineered directly into the protocol to enable digital assets and privacy, and each of these specific capabilities are underpinned by unique features, modules and APIs. | ||
|
||
### Issuance | ||
|
||
Asset issuers require the ability to ensure compliance with complex rules. At the protocol-layer, create a digital asset and enact a set of protocol-enforced governing rules, such as limiting asset transactions to accounts with certain attestations. | ||
|
||
- [Marker Module](https://developer.provenance.io/docs/sdk/marker/) | ||
- [Sanction / Quarantine Module](https://developer.provenance.io/docs/sdk/quarantine/) | ||
- [Name / Attribute Module](https://developer.provenance.io/docs/sdk/attribute/) | ||
|
||
\{[Learn more about Insurance](https://provenance.io/solutions/capabilities/markers/)\} | ||
|
||
### Confidentiality | ||
|
||
Many participants require their information, positions, and trades to remain confidential. Provenance Blockchain features a data asset management system that includes data access permissioning, secure storage, and controls. | ||
|
||
- [Metadata Module](https://developer.provenance.io/docs/sdk/metadata/) | ||
- [Prov WASM](https://developer.provenance.io/docs/sdk/metadata/) | ||
- [Encrypted Object Store](https://developer.provenance.io/docs/pb/p8e/overview/encrypted-object-store/) | ||
|
||
\{[Learn more about Confidentiality](https://provenance.io/solutions/capabilities/confidentiality/)\} | ||
|
||
### Identity | ||
|
||
Financial relationships and transactions require a known identity. Provenance Blockchain enables the ability to record, reference, and manage attributes critical to financial service decisioning, governance, and compliance directly in the protocol-layer. | ||
|
||
- Self Custody Accounts | ||
- Group & Institution Level Controls | ||
- Account Attestation | ||
- Fine-grained Authorization | ||
|
||
\{[Learn more about Identity](https://provenance.io/solutions/capabilities/identity/)\} | ||
|
||
### Interoperability | ||
|
||
Move digital assets, as well as tools and services, in and out of Zones and the Mainnet, and in and out of the Provenance Blockchain Network. | ||
|
||
- [Inter Blockchain Communications](https://developer.provenance.io/docs/build/libraries/#ibc) | ||
- [IBC Hooks](https://developer.provenance.io/docs/sdk/ibchooks/) | ||
- [Prov WASM](https://developer.provenance.io/docs/sdk/z-smart-contracts/) | ||
- Bank & Account APIs | ||
|
||
\{[Learn more about Interoperability](https://provenance.io/solutions/capabilities/interoperability/)\} | ||
|
||
### Settlement | ||
|
||
Asset owners seek instant, secure and frictionless transactions. Provenance Blockchain features deterministic finality and protocol-embedded capabilities that protect participants from the risk of default of their counterparties. | ||
|
||
- [Marker Module](https://developer.provenance.io/docs/sdk/marker/) | ||
- [Hold Module](https://developer.provenance.io/docs/sdk/hold/) | ||
- [Exchange Module](https://developer.provenance.io/docs/sdk/exchange/) | ||
|
||
\{[Learn more about Settlement](https://provenance.io/solutions/capabilities/markers/)\} | ||
|
||
### Zones | ||
|
||
Provenance Blockchain is a network of zones, with a decentralized public mainnet, and permissioned zones that are interoperable with the mainnet. Zones support use cases that desire or require permissioned infrastructure. | ||
|
||
- [Inter Blockchain Communications](https://developer.provenance.io/docs/build/libraries/#ibc) | ||
|
||
\{[Learn more about Zones](https://provenance.io/solutions/capabilities/zones/)\} | ||
|
||
Section 2 | ||
|
||
## If you wonder what purpose-built means, take a look below | ||
|
||
import ReactPlayer from 'react-player/youtube' | ||
|
||
<ReactPlayer url="https://www.youtube.com/watch?v=CKPOG8huTRg" /> |
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
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
Oops, something went wrong.