Skip to content

Commit

Permalink
updates for 0.77
Browse files Browse the repository at this point in the history
  • Loading branch information
candida-d committed Aug 7, 2024
1 parent a3d01b6 commit 0076add
Show file tree
Hide file tree
Showing 31 changed files with 459 additions and 866 deletions.
2 changes: 1 addition & 1 deletion docs/api/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Anyone who wants to can run a data node.
## Next steps
Once you have a high-level understanding, read through the following topics.

* **[Building blocks](./useful-endpoints.md)**: The basic building blocks you should know about and their APIs.
* **[Useful endpoints](./useful-endpoints.md)**: The basic features you should know about and their APIs.
* **[Using the APIs](./using-the-apis.md)**: Quick intro to all the frameworks and smart contracts to help you find what you need.
* **[Public servers](./public-servers.md)**: Public servers that are currently available for interacting with the APIs on the testnets.
* **[Tutorials](../tutorials/index.md)**: Each tutorial includes info about the protocol that you need to use the guide, as well as instructions on how to interact with scripts, API calls, or other code.
6 changes: 5 additions & 1 deletion docs/tutorials/programmatic-trading-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ hide_title: false
description: Start bot development for submitting orders with this guide.
---

In this tutorial you'll learn the basics about how to use Vega and the Vega Wallet to submit orders using the APIs, so you can build bots or other software to interact with the network.
In this tutorial you'll learn the basics about how to use Vega and the Vega Wallet to submit orders using the APIs, so you can build bots or other software to interact with the network.

:::note Network for tutorial
This guide suggests using Fairground, the Vega testnet, as well as Sepolia (test Ethereum) for testing purposes.
:::

This guide covers how to:

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/proposals/_json-instructions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1. Copy the JSON example below into a text editor.
2. Replace the placeholder values with those you want for the market.
3. Tip: Use markdown formatting in your proposal's rationale to make for easier community review.
4. Submit your proposal on the [governance dApp ↗](https://governance.fairground.wtf/proposals/propose/raw).
5. Check you can see your proposal under Open Proposals on the [governance dApp ↗](https://governance.fairground.wtf/proposals).
4. Submit your proposal on the [governance dApp ↗](https://governance.vega.xyz/proposals/propose/raw).
5. Check you can see your proposal under Open Proposals on the [governance dApp ↗](https://governance.vega.xyz/proposals).
2 changes: 1 addition & 1 deletion docs/tutorials/proposals/_terminal-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
2. Replace the placeholder values with those you want in the proposal.
3. Tip: Use markdown formatting in your proposal's rationale to make for easier community review.
4. Connect to your Vega wallet and use the command line to submit your proposal.
5. Check you can see your proposal under Open Proposals on the [governance dApp ↗](https://governance.fairground.wtf/proposals).
5. Check you can see your proposal under Open Proposals on the [governance dApp ↗](https://governance.vega.xyz/proposals).
2 changes: 1 addition & 1 deletion versioned_docs/version-v0.77/api/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Anyone who wants to can run a data node.
## Next steps
Once you have a high-level understanding, read through the following topics.

* **[Building blocks](./useful-endpoints.md)**: The basic building blocks you should know about and their APIs.
* **[Useful endpoints](./useful-endpoints.md)**: The basic features you should know about and their APIs.
* **[Using the APIs](./using-the-apis.md)**: Quick intro to all the frameworks and smart contracts to help you find what you need.
* **[Public servers](./public-servers.md)**: Public servers that are currently available for interacting with the APIs on the testnets.
* **[Tutorials](../tutorials/index.md)**: Each tutorial includes info about the protocol that you need to use the guide, as well as instructions on how to interact with scripts, API calls, or other code.
4 changes: 2 additions & 2 deletions versioned_docs/version-v0.77/api/bridge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ These are the smart contracts that make up the Vega <-> Ethereum interface

Contains the functions necessary to deposit, withdraw, list assets, etc. It is controlled by Multisig Control and controls Asset Pool.

To read more about how the bridge works, see the [Vega ERC20 bridge blog post ↗](https://blog.vega.xyz/vega-erc20-bridge-331a5235efa2). If you're looking for a way to deposit tokens from Sepolia on to the Fairground testnet, head over to [Console for Fairground ↗](https://console.fairground.wtf).
To read more about how the bridge works, see the [Vega ERC20 bridge blog post ↗](https://blog.vega.xyz/vega-erc20-bridge-331a5235efa2).

### ERC20 Asset Pool
<EthAddresses frontMatter={frontMatter} show={["ERC20AssetPool"]} />
Expand Down Expand Up @@ -44,7 +44,7 @@ The ERC20 token smart contract for VEGA token.

All VEGA tokens are issued through this. Handles the linear vesting of VEGA tokens and allows users to stake VEGA they hold within the vesting contract, regardless of whether they have already vested or not.

To read more about how the bridge works, [see this blog post ↗](https://blog.vega.xyz/vega-erc20-bridge-331a5235efa2). If you're looking for a way to deposit tokens from Sepolia on to the Fairground testnet, head over to [Console for Fairground ↗](https://console.fairground.wtf).
To read more about how the bridge works, [see this blog post ↗](https://blog.vega.xyz/vega-erc20-bridge-331a5235efa2).

### [Multisig Control](./interfaces/IMultisigControl.md)

Expand Down
Loading

0 comments on commit 0076add

Please sign in to comment.