diff --git a/main/guides/agoric-cli/agd-query-tx.md b/main/guides/agoric-cli/agd-query-tx.md index e8d16669d..00834706d 100644 --- a/main/guides/agoric-cli/agd-query-tx.md +++ b/main/guides/agoric-cli/agd-query-tx.md @@ -9,7 +9,7 @@ This section focusses on commands relevant to developing and deploying smart con - [Validators topics \- Agoric Community Forum](https://community.agoric.com/c/validators/9) - [Governance topics \- Agoric Community Forum](https://community.agoric.com/c/governance/6) -- [Delegator Guide \(CLI\) \| Cosmos Hub](https://hub.cosmos.network/main/delegators/delegator-guide-cli.html) +- [Delegator Guide \(CLI\) \| Cosmos Hub](https://hub.cosmos.network/delegators/delegator-guide-cli.html) ::: diff --git a/main/guides/coreeval/index.md b/main/guides/coreeval/index.md index 0efab059a..0e8a69e4d 100644 --- a/main/guides/coreeval/index.md +++ b/main/guides/coreeval/index.md @@ -4,7 +4,7 @@ Until mainnet enters the Mainnet-3 phase of the [multi-phase mainnet rollout](ht permissionless [contract installation with Zoe](/guides/zoe/#contract-installation) is limited to development environments. -Until then, permission to deploy contracts can be granted using an Agoric extension to [Cosmos SDK Governance](https://hub.cosmos.network/main/delegators/delegator-guide-cli.html#participating-in-governance) called `swingset.CoreEval`. As discussed in [governance using Hardened JavaScript: swingset\.CoreEval](https://community.agoric.com/t/bld-staker-governance-using-hardened-javascript-swingset-coreeval/99), +Until then, permission to deploy contracts can be granted using an Agoric extension to [Cosmos SDK Governance](https://hub.cosmos.network/delegators/delegator-guide-cli.html#participating-in-governance) called `swingset.CoreEval`. As discussed in [governance using Hardened JavaScript: swingset\.CoreEval](https://community.agoric.com/t/bld-staker-governance-using-hardened-javascript-swingset-coreeval/99), if such a proposal passes, its JavaScript code is run with ocaps extracted using the proposal's permitted capabilities, which the code can combine to perform privileged tasks. To make a proposal to deploy a contract: diff --git a/main/guides/coreeval/proposal.md b/main/guides/coreeval/proposal.md index 8059a5063..ef94ea7bf 100644 --- a/main/guides/coreeval/proposal.md +++ b/main/guides/coreeval/proposal.md @@ -122,7 +122,7 @@ There are also several more promise spaces one level down, including: - `powers.issuer` - `powers.brand` -The `installContract` helper calls `E(zoe).installBundleID(bundleID)` to create an `Installation`, much like our earlier discussion of [Contract installation](http://localhost:8080/guides/zoe/#contract-installation). +The `installContract` helper calls `E(zoe).installBundleID(bundleID)` to create an `Installation`, much like our earlier discussion of [Contract installation](../zoe/#contract-installation). It also calls `powers.installation[name].resolve(installation)`. ```js diff --git a/main/guides/integration/chain-integration.md b/main/guides/integration/chain-integration.md index 0a76f93f2..6a64ce0bb 100644 --- a/main/guides/integration/chain-integration.md +++ b/main/guides/integration/chain-integration.md @@ -47,4 +47,4 @@ However they do have a sequence number and may be invalidated if another transac - How are addresses generated? [Cosmos SDK v0.45 Docs - Accounts](https://docs.cosmos.network/v0.45/basics/accounts.html) - How is the blockchain queried? -JSON-RPC, gRPC, REST [Cosmos SDK v0.45 Docs - Interact with Node](https://docs.cosmos.network/v0.45/run-node/interact-node.html) +JSON-RPC, gRPC, REST [Cosmos SDK v0.45 Docs - Interact with Node](https://docs.cosmos.network/v0.45/run-node/interact-node.html) \ No newline at end of file diff --git a/main/guides/zoe/contracts/otc-desk.md b/main/guides/zoe/contracts/otc-desk.md index f4dd4a4dc..626d607ae 100644 --- a/main/guides/zoe/contracts/otc-desk.md +++ b/main/guides/zoe/contracts/otc-desk.md @@ -7,9 +7,9 @@ ![Building a Composable DeFi Contract](./assets/title.jpg) -This is the OTC Desk contract from the ["Building a -Composable DeFi Contract" episode of Cosmos Code With -Us](https://cosmos.network/series/code-with-us/building-a-composable-defi-contract). +This is the OTC Desk contract from the "Building a +Composable DeFi Contract" episode of [Cosmos Code With +Us workshop](https://www.youtube.com/watch?v=e9dMkC2oFh8). [Watch the replay of the workshop](https://www.youtube.com/watch?v=faxrecQgEio): diff --git a/main/reference/ertp-api/ertp-data-types.md b/main/reference/ertp-api/ertp-data-types.md index 31ed34fd4..76e8bb972 100644 --- a/main/reference/ertp-api/ertp-data-types.md +++ b/main/reference/ertp-api/ertp-data-types.md @@ -71,7 +71,7 @@ A **DisplayInfo** data type is associated with a **[Brand](./brand)** and gives to display that **Brand**'s **[Amounts](#amount)**. **DisplayInfo** has one optional property, **decimalPlaces**, which takes a non-negative integer value. -The **decimalPlaces** property tells the [display software](https://github.com/Agoric/agoric-sdk/tree/master/packages/ui-components) +The **decimalPlaces** property tells the [display software](https://github.com/Agoric/ui-kit) how many places to move the decimal point over to the left so as to display the value in the commonly used denomination (e.g., display "10.00 dollars" rather than "1000 cents"). diff --git a/main/reference/zoe-api/zoe.md b/main/reference/zoe-api/zoe.md index d2252fcd2..5dcc8fd28 100644 --- a/main/reference/zoe-api/zoe.md +++ b/main/reference/zoe-api/zoe.md @@ -364,8 +364,7 @@ Every **Keyword** in **give** must have a corresponding **payment**. const paymentKeywordRecord = harden({ Asset: quatloosPayment }); ``` - - + ### Offer Arguments **offerArgs** is an optional CopyRecord that can be used to pass additional arguments to the