Skip to content

Commit

Permalink
Merge branch 'staging' into dependabot/npm_and_yarn/http-proxy-middle…
Browse files Browse the repository at this point in the history
…ware-2.0.7
  • Loading branch information
rphair authored Nov 20, 2024
2 parents e292e5e + d6a4c7e commit 8729398
Show file tree
Hide file tree
Showing 24 changed files with 258 additions and 147 deletions.
4 changes: 2 additions & 2 deletions blog/2021-01-07-january.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Welcome to the January Developer Spotlight 2021. This month, we will focus on po

In the spotlight this month is [ADATools.io](http://adatools.io), and specifically its Cardano Network Hologram feature. ADATools.io is a website and pool explorer dedicated to tracking and aggregating staking and delegation data, blocks and transactions, and providing staking calculators for Cardano users.

ADATools.io has a very interesting feature that we think really helps visualize where Cardano stake pools are located across the globe. Called the ‘[Network Hologram](https://adatools.io/hologram)’, ADATool’s interactive 3D holo-globe lets users explore pool locations and sizes, as well as showing the number of active pools and relays worldwide.
ADATools.io had a very interesting feature that we think really helped visualize where Cardano stake pools are located across the globe. Called the ‘Network Hologram’, ADATool’s interactive 3D holo-globe let users explore pool locations and sizes, as well as showing the number of active pools and relays worldwide.

If you are looking for an easy way to explore and visualize data on the Cardano blockchain, then ADATools.io is a good place to start. Thank you, ADATools.io for your efforts, keep building!
Thank you, ADATools.io for your efforts, keep building!

## 2. [Pool.pm](https://pool.pm/)

Expand Down
105 changes: 0 additions & 105 deletions blog/2021-10-28-october.md

This file was deleted.

2 changes: 1 addition & 1 deletion blog/2022-09-23-september.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ I go by [Allusian](https://twitter.com/allusian1), and I have served as a Core C

<br />

**_Hey guys, happy to connect today and learn more about [ADAO](https://www.theadao.io/). Can you tell us more about the mission of ADAO and how you are trying to achieve it?_**
**_Hey guys, happy to connect today and learn more about ADAO. Can you tell us more about the mission of ADAO and how you are trying to achieve it?_**

ADAO’s mission is to build open-source tools, educational and supportive resources to empower robust, decentralized systems of collaboration and governance, starting with Cardano. We are achieving this by attracting talent from various disciplines and walks of life who share our passion for building systems that enable, empower and facilitate new ways of organizing. Some of ADAO’s major contributions to the ecosystem include the RoundTable multi-signature Wallet DApp, the ADAO Staking Portal, and the Agora Protocol, which we have partnered with Liqwid Labs to develop.

Expand Down
9 changes: 4 additions & 5 deletions blog/2023-03-21-march.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,14 @@ We are working closely with [Gimbalabs](https://gimbalabs.io/), [Harmonic Labs](

**_How can someone interested in Mesh find out more about it?_**

You can stay updated on the latest Mesh development by following [@meshsdk](https://twitter.com/meshsdk) on Twitter. If you want to start building on Cardano, check out our [guides](https://meshjs.dev/guides), our guides in the [developer portal](../docs/get-started/mesh/overview), or use our [starter kits](https://meshjs.dev/starter-templates).
You can stay updated on the latest Mesh development by following [@meshsdk](https://twitter.com/meshsdk) on Twitter. If you want to start building on Cardano, check out our [guides](https://meshjs.dev/guides), our guides in the [developer portal](../docs/get-started/mesh/overview), and [start building](https://meshjs.dev/apis).

Here are some of our links:

- Website: https://meshjs.dev/
- Twitter: https://twitter.com/meshsdk
- Discord: https://discord.gg/Z6AH9dahdH
- GitHub: https://github.com/MeshJS/mesh

- Twitter: https://meshjs.dev/go/twitter
- Discord: https://meshjs.dev/go/discord
- GitHub: https://meshjs.dev/go/github

<br />

Expand Down
16 changes: 8 additions & 8 deletions docs/get-started/cardano-cli/governance/governance-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ actions against this single stored value.
When proposing a governance action, the proposer must employ an *anchor*, which comprises a *URL* hosting a document that outlines additional context
for the proposed changes, along with the document's *hash*.

The document at the URL can be of a free form. It's important that it should communicate to ada holders the *why* and the *how* of the proposal. This tutorial mostly uses 'https://raw.githubusercontent.com/cardano-foundation/CIPs/master/CIP-0108/examples/treasury-withdrawal.jsonld' as an example, see [here](https://github.com/cardano-foundation/CIPs/blob/4640b74025c4d7f233c47ebc8319e634d2de39de/CIP-0108/test-vector.md) for more details.
The document at the URL can be of a free form. It's important that it should communicate to ada holders the *why* and the *how* of the proposal. This tutorial mostly uses 'https://github.com/cardano-foundation/CIPs/blob/master/CIP-0108/examples/treasury-withdrawal.jsonld' as an example, see [here](https://github.com/cardano-foundation/CIPs/blob/4640b74025c4d7f233c47ebc8319e634d2de39de/CIP-0108/test-vector.md) for more details.

See [CIP-100 | Governance Metadata](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0100) and [CIP-0108 | Governance Metadata - Governance Actions](https://github.com/cardano-foundation/CIPs/tree/master/CIP-0108) for standard.

Expand Down Expand Up @@ -92,7 +92,7 @@ cardano-cli conway governance action update-committee \
--testnet \
--governance-action-deposit $(cardano-cli query protocol-parameters | jq -r '.govActionDeposit') \
--deposit-return-stake-verification-key-file stake.vkey \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/refs/heads/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-data-hash 311b148ca792007a3b1fee75a8698165911e306c3bc2afef6cf0145ecc7d03d4 \
--add-cc-cold-verification-key-hash 89181f26b47c3d3b6b127df163b15b74b45bba7c3b7a1d185c05c2de \
--epoch 100 \
Expand All @@ -115,7 +115,7 @@ cardano-cli conway governance action update-committee \
--testnet \
--governance-action-deposit $(cardano-cli conway query gov-state | jq -r '.currentPParams.govActionDeposit') \
--deposit-return-stake-verification-key-file stake.vkey \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/refs/heads/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-data-hash 311b148ca792007a3b1fee75a8698165911e306c3bc2afef6cf0145ecc7d03d4 \
--remove-cc-cold-verification-key-hash 89181f26b47c3d3b6b127df163b15b74b45bba7c3b7a1d185c05c2de \
--threshold 1/2 \
Expand All @@ -131,7 +131,7 @@ cardano-cli conway governance action update-committee \
--testnet \
--governance-action-deposit $(cardano-cli conway query gov-state | jq -r '.currentPParams.govActionDeposit') \
--deposit-return-stake-verification-key-file stake.vkey \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/refs/heads/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-data-hash 311b148ca792007a3b1fee75a8698165911e306c3bc2afef6cf0145ecc7d03d4 \
--threshold 60/100 \
--prev-governance-action-tx-id fe2c99fe6bc75a9666427163d51ae7dbf5a60df40135361b7bfd53ac6c7912ec \
Expand Down Expand Up @@ -240,7 +240,7 @@ cardano-cli conway governance action create-constitution \
--testnet \
--governance-action-deposit $(cardano-cli conway query gov-state | jq -r '.currentPParams.govActionDeposit') \
--deposit-return-stake-verification-key-file stake.vkey \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/refs/heads/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-data-hash 311b148ca792007a3b1fee75a8698165911e306c3bc2afef6cf0145ecc7d03d4 \
--constitution-url https://ipfs.io/ipfs/bafkreifnwj6zpu3ixa4siz2lndqybyc5wnnt3jkwyutci4e2tmbnj3xrdm \
--constitution-hash "a77245f63bc7504c6ce34383633729692388dc1823723b0ee9825743a87a6a6d" \
Expand Down Expand Up @@ -272,7 +272,7 @@ cardano-cli conway governance action create-no-confidence \
--testnet \
--governance-action-deposit $(cardano-cli conway query gov-state | jq -r '.currentPParams.govActionDeposit') \
--deposit-return-stake-verification-key-file stake.vkey \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/refs/heads/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-data-hash 311b148ca792007a3b1fee75a8698165911e306c3bc2afef6cf0145ecc7d03d4 \
--prev-governance-action-tx-id fe2c99fe6bc75a9666427163d51ae7dbf5a60df40135361b7bfd53ac6c7912ec \
--prev-governance-action-index 0 \
Expand All @@ -293,7 +293,7 @@ cardano-cli conway governance action create-treasury-withdrawal \
--testnet \
--governance-action-deposit $(cardano-cli conway query gov-state | jq -r '.currentPParams.govActionDeposit') \
--deposit-return-stake-verification-key-file stake.vkey \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/refs/heads/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-data-hash 311b148ca792007a3b1fee75a8698165911e306c3bc2afef6cf0145ecc7d03d4 \
--funds-receiving-stake-verification-key-file stake.vkey \
--constitution-script-hash "fa24fb305126805cf2164c161d852a0e7330cf988f1fe558cf7d4a64" \
Expand Down Expand Up @@ -330,7 +330,7 @@ cardano-cli conway governance action create-protocol-parameters-update \
--testnet \
--governance-action-deposit $(cardano-cli conway query gov-state | jq -r '.currentPParams.govActionDeposit') \
--deposit-return-stake-verification-key-file stake.vkey \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-url https://raw.githubusercontent.com/cardano-foundation/CIPs/refs/heads/master/CIP-0108/examples/treasury-withdrawal.jsonld \
--anchor-data-hash 311b148ca792007a3b1fee75a8698165911e306c3bc2afef6cf0145ecc7d03d4 \
--constitution-script-hash "fa24fb305126805cf2164c161d852a0e7330cf988f1fe558cf7d4a64" \
--key-reg-deposit-amt 1000000 \
Expand Down
1 change: 1 addition & 0 deletions docs/get-started/mesh/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ Whether you are new to web development or a seasoned blockchain full-stack devel
| [Multi-Signatures Transaction (Minting)](https://meshjs.dev/guides/multisig-minting) | Create a multi-sig transaction and mint NFTs|
| [Get started with Aiken](https://meshjs.dev/guides/aiken) | A step-by-step guide to build contracts with Aiken and build transactions to interact with the blockchain. |
| [Cryptographically Prove Wallet Ownership](https://meshjs.dev/guides/prove-wallet-ownership) | Cryptographically prove the ownership of a wallet by signing a piece of data using data sign. |
| [Vesting example](https://meshjs.dev/guides/vesting) | Vesting contract is a smart contract that locks up funds and allows the beneficiary to withdraw the funds after the lockup period. |
1 change: 1 addition & 0 deletions docs/get-started/mesh/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Whether you're a new developer, a startup, or a large enterprise, Mesh makes Web
| [Minting assets](https://meshjs.dev/apis/transaction/minting) | Minting with Native Script, Plutus Script, CIP68 and royalty tokens. |
| [Interact with smart contracts](https://meshjs.dev/apis/transaction/smart-contract) | Locking and unlocking, minting and burning assets, designing datum and redeemer. Mesh provides everything you need to work with smart contracts. |
| [Interact with Stakepool](https://meshjs.dev/apis/transaction/staking) | Delegate and undelegate to stakepool as a user, and register and retire a stakepool as an operator. |
| [Governance transactions](https://meshjs.dev/apis/txbuilder/governance) | Transactions for creating DReps and participating in Cardano's on-chain governance. |
| [React Components and Hooks](https://meshjs.dev/react/) | Mesh offers UI components you need to build your dApp, so you can jumpstart your next project and bring the user interface to life. |
| [Guides](https://meshjs.dev/guides) | Whether you are new to web development or a seasoned blockchain full-stack developer, these guides will help you get started. |
| [Useful Utilities](https://meshjs.dev/apis/utilities) | Many blockchains operations are computed locally without the need to fetch data from services. |
Expand Down
4 changes: 3 additions & 1 deletion docs/get-started/mesh/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image: /img/og/og-getstarted-mesh.png

Mesh provide a collection of useful UI components, so you can easily include web3 functionality and convenient utilities for your application.

- [MeshProvider](#meshprovider) - Subscribe to wallet changes
- [Mesh Provider](#mesh-provider) - Subscribe to wallet changes
- [UI Components](#ui-components) - React frontend components to speed up your app development.
- [Wallet Hooks](#wallet-hooks) - React hooks for interacting with connected wallet

Expand All @@ -19,6 +19,8 @@ To start, install `mesh-react`:
npm install @meshsdk/react
```

## Mesh Provider

Next, let's add `MeshProvider` to the root of the application. [React Context](https://reactjs.org/docs/context.html) allows apps to share data across the app, and MeshProvider allows your app to subscribe to context changes.

```javascript
Expand Down
Loading

0 comments on commit 8729398

Please sign in to comment.