Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aj/dev portal updates #114

Merged
merged 2 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/build/dev-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { DocSubheader } from '/docs/components/DocSubheader';

[IntelliJ IDEA](https://www.jetbrains.com/idea/) is one of our favorite IDEs to use when we are working on the chain.

[VS Code](https://code.visualstudio.com/) is another great option, especially as we build JavaScript dApps like our [explorer](/docs/discover/explorer.md) and [others](/docs/discover/dapps).
[VS Code](https://code.visualstudio.com/) is another great option, especially as we build JavaScript dApps like our [explorer](/docs/discover/explorer.md) and [others](https://provenance.io/connect).

[Provenance Code Extension](https://github.com/FigureTechnologies/provenance-code-extension) is a VS Code extension for smart contract development on the Provenance blockchain.

Expand Down
24 changes: 2 additions & 22 deletions docs/discover/dapps.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
# Ecosystem dApps

Decentralized applications (dApps) are being developed or in production for a number of users of the Provenance Blockchain. Stay tuned for continuous updates, or reach out if you'd like your project listed.
import { Redirect } from '/docs/components/Redirect';

### dApps

- [DART](https://medium.com/provenanceblockchain/what-is-dart-ff0099917e21): A digital asset registry running on Provenance Blockchain.
- [Zorrosign](https://www.zorrosign.com/): Secure digital signatures, transactions, and documentation company.
- [Storyline](https://followstoryline.io/): Blockchain solutions for the entertainment contracts industry.
- [Figure Equity Solutions](https://www.figure.com/equity-solutions/): Cap table management leveraging immutable records and instant traceability.
- [Figure Marketplace](https://www.figure.com/digital-fund-services/): Bilateral trading of digital assets, including loans, loan participation, and private equity.
- [Figure Loan Origination System](https://www.figure.com/): Loans recorded, shared and exchanged, all on Provenance Blockchain.
- [Figure Pay](https://www.figure.com/figurepay/): Payments improved using Provenance Blockchain.
- [Figure Portfolio Manager](https://medium.com/provenanceblockchain/taking-figures-portfolio-manager-for-a-spin-around-the-block-chain-a6d2f751feb7): Manage and see the real-time performance of loans on Provenance Blockchain.
- [Figure Passport](https://www.figure.com/): Digital Identity and KYC/AML on-chain for entities and individuals.

### Build a dApp

Ready to start building? Visit our [Guides](/docs/learn/learn-about) page!

### dApp Medium Articles

- [Storyline Builds on Provenance Blockchain](https://medium.com/provenanceblockchain/storyline-builds-on-provenance-blockchain-c9a0e56e2d67)
- [Trading Coins and Bilateral Settlement on Provenance Blockchain](https://medium.com/provenanceblockchain/trading-coins-and-bilateral-settlement-on-provenance-blockchain-e254f7f0707e)
- [Cap Tables Private Company Stock on Provenance Blockchain](https://medium.com/provenanceblockchain/cap-tables-private-company-stock-on-provenance-blockchain-e45fa172c0f1)
<Redirect to="https://provenance.io/connect" />
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Provenance Blockchain is licensed under the [Apache 2.0 license](https://www.apa
<DataCard title="Read" content="about the Provenance blockchain and financial services" link="https://developer.provenance.io/docs/pb/blockchain/introduction/"/>
<DataCard title="Start" content="with the basics of the Provenance Blockchain network" link="https://developer.provenance.io/docs/pb/blockchain/basics/anatomy-of-a-provenance-application"/>
<DataCard title="Install" content="the Provenance blockchain application to run a node" link="https://developer.provenance.io/docs/pb/blockchain/running-a-node/"/>
<DataCard title="Explore" content="the entirety of the Provenance ecosystem and community" link="https://developer.provenance.io/docs/pb/ecosystem/community/"/>
<DataCard title="Explore" content="the entirety of the Provenance ecosystem and community" link="https://provenance.io/connect"/>
<DataCard title="Learn" content="how the Provenance Modules empower business" link="https://developer.provenance.io/docs/pb/modules/"/>
<DataCard title="Discover" content="how the Provenance Contract Execution Environment works" link="https://developer.provenance.io/docs/pb/p8e/overview/"/>
<DataCard title="Build" content="your integration into the Provenance Blockchain" link="https://developer.provenance.io/docs/pb/integrating/integrating-with-p8e/"/>
<DataCard title="Follow" content="real-world use cases and applications built on Provenance" link="https://developer.provenance.io/docs/discover/dapps"/>
<DataCard title="Follow" content="real-world use cases and applications built on Provenance" link="https://twitter.com/provenancefdn"/>
</div>
37 changes: 19 additions & 18 deletions docs/sdk/quarantine/04_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,31 @@
The `x/quarantine` module emits the following events.

<!-- TOC -->
- [EventOptIn](#eventoptin)
- [EventOptOut](#eventoptout)
- [EventFundsQuarantined](#eventfundsquarantined)
- [EventFundsReleased](#eventfundsreleased)

- [EventOptIn](#eventoptin)
- [EventOptOut](#eventoptout)
- [EventFundsQuarantined](#eventfundsquarantined)
- [EventFundsReleased](#eventfundsreleased)

## EventOptIn

This event is emitted when an account opts into quarantine.

`@Type`: `/cosmos.quarantine.v1beta1.EventOptIn`

| Attribute Key | Attribute Value |
|---------------|--------------------------------------|
| to_address | {bech32 string of account opting in} |
| Attribute Key | Attribute Value |
| ------------- | -------------------------------------- |
| to_address | \{bech32 string of account opting in\} |

## EventOptOut

This event is emitted when an account opts out of quarantine.

`@Type`: `/cosmos.quarantine.v1beta1.EventOptOut`

| Attribute Key | Attribute Value |
|---------------|---------------------------------------|
| to_address | {bech32 string of account opting out} |
| Attribute Key | Attribute Value |
| ------------- | --------------------------------------- |
| to_address | \{bech32 string of account opting out\} |

## EventFundsQuarantined

Expand All @@ -35,18 +36,18 @@ The following event is also emitted.

`@Type`: `/cosmos.quarantine.v1beta1.EventFundsQuarantined`

| Attribute Key | Attribute Value |
|---------------|---------------------------------------|
| to_address | {bech32 string of intended recipient} |
| coins | {sdk.Coins of funds quarantined} |
| Attribute Key | Attribute Value |
| ------------- | --------------------------------------- |
| to_address | \{bech32 string of intended recipient\} |
| coins | \{sdk.Coins of funds quarantined\} |

## EventFundsReleased

This event is emitted when funds are fully accepted and sent from the quarantine funds holder to the originally intended recipient.

`@Type`: `/cosmos.quarantine.v1beta1.EventFundsReleased`

| Attribute Key | Attribute Value |
|---------------|-------------------------------|
| to_address | {bech32 string of recipient} |
| coins | {sdk.Coins of funds released} |
| Attribute Key | Attribute Value |
| ------------- | ------------------------------- |
| to_address | \{bech32 string of recipient\} |
| coins | \{sdk.Coins of funds released\} |
37 changes: 19 additions & 18 deletions docs/sdk/sanction/04_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,51 +3,52 @@
The `x/sanction` module emits the following events.

<!-- TOC -->
- [EventAddressSanctioned](#eventaddresssanctioned)
- [EventAddressUnsanctioned](#eventaddressunsanctioned)
- [EventTempAddressSanctioned](#eventtempaddresssanctioned)
- [EventTempAddressUnsanctioned](#eventtempaddressunsanctioned)
- [EventParamsUpdated](#eventparamsupdated)

- [EventAddressSanctioned](#eventaddresssanctioned)
- [EventAddressUnsanctioned](#eventaddressunsanctioned)
- [EventTempAddressSanctioned](#eventtempaddresssanctioned)
- [EventTempAddressUnsanctioned](#eventtempaddressunsanctioned)
- [EventParamsUpdated](#eventparamsupdated)

## EventAddressSanctioned

This event is emitted when an account is sanctioned.

`@Type`: `/cosmos.sanction.v1beta1.EventAddressSanctioned`

| Attribute Key | Attribute Value |
|---------------|---------------------------------------|
| address | {bech32 string of sanctioned account} |
| Attribute Key | Attribute Value |
| ------------- | --------------------------------------- |
| address | \{bech32 string of sanctioned account\} |

## EventAddressUnsanctioned

This event is emitted when an account is unsanctioned.

`@Type`: `/cosmos.sanction.v1beta1.EventAddressUnsanctioned`

| Attribute Key | Attribute Value |
|---------------|-----------------------------------------|
| address | {bech32 string of unsanctioned account} |
| Attribute Key | Attribute Value |
| ------------- | ----------------------------------------- |
| address | \{bech32 string of unsanctioned account\} |

## EventTempAddressSanctioned

This event is emitted when a temporary sanction is placed on an account.

`@Type`: `/cosmos.sanction.v1beta1.EventTempAddressSanctioned`

| Attribute Key | Attribute Value |
|---------------|---------------------------------------|
| address | {bech32 string of sanctioned account} |
| Attribute Key | Attribute Value |
| ------------- | --------------------------------------- |
| address | \{bech32 string of sanctioned account\} |

## EventTempAddressUnsanctioned

This event is emitted when a temporary unsanction is placed on an account.

`@Type`: `/cosmos.sanction.v1beta1.EventTempAddressUnsanctioned`

| Attribute Key | Attribute Value |
|---------------|-----------------------------------------|
| address | {bech32 string of unsanctioned account} |
| Attribute Key | Attribute Value |
| ------------- | ----------------------------------------- |
| address | \{bech32 string of unsanctioned account\} |

## EventParamsUpdated

Expand All @@ -56,5 +57,5 @@ This event is emitted when the `x/sanction` module's params are updated.
`@Type`: `/cosmos.sanction.v1beta1.EventParamsUpdated`

| Attribute Key | Attribute Value |
|---------------|-----------------|
| ------------- | --------------- |
| (none) | |
6 changes: 5 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const config = {
},
{
label: 'dApps',
to: 'docs/discover/dapps',
to: 'https://provenance.io/connect',
},
],
},
Expand Down Expand Up @@ -317,6 +317,10 @@ const config = {
from: '/docs/pb/ecosystem/financial-services-blockchain/token-economics',
to: 'https://provenance.io/ecosystem/HASH/tokenomics/',
},
{
from: '/docs/discover/dapps',
to: 'https://provenance.io/connect',
},
],
},
],
Expand Down