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

chore: docs update #109

Merged
merged 1 commit into from
Nov 21, 2023
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 pages/service/trading/_meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"introduction": "Introduction",
"trading": "Trading"
"execute-a-trade": "Execute a trade"
}
2 changes: 1 addition & 1 deletion pages/service/trading/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Callout } from "nextra/components";

If you're building a trading based game that doesn't necessarily rely on buying and selling, Trading is for you. The methods related to trading provide you with the means to transfer assets between two Profiles, without having to deal with the risk that one of the Profiles doesn't receive their promised assets or token.

- [Trading](/service/trading/trading): Trade assets and tokens between two profiles securely
- [Execute a trade](/service/trading/execute-a-trade): Trade assets and tokens between two profiles securely

### Roadmap

Expand Down