Skip to content

Commit

Permalink
chore: remove roadmap references
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbyUitbeijerse committed Jun 4, 2024
1 parent f032263 commit 5e07814
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 30 deletions.
28 changes: 15 additions & 13 deletions pages/service/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,33 @@
"sessions": {
"title": "Sessions (beta)"
},
"--- Custodial": {
"type": "separator",
"title": "Custodial"
},
"profiles": {
"title": "Profiles"
},
"transactions": {
"title": "Transactions"
},
"policies": {
"title": "Policies"
},
"assets": {
"title": "Assets"
},
"trading": {
"title": "Trading"
},
"marketplace": {
"title": "Marketplace"
},
"exchange": {
"title": "Exchange"
},
"--- Backoffice": {
"type": "separator",
"title": "Backoffice"
},
"profiles": {
"title": "Profiles"
},

"policies": {
"title": "Policies"
},

"trading": {
"title": "Trading"
},
"--- References": {
"type": "separator",
"title": "References"
Expand Down
7 changes: 1 addition & 6 deletions pages/service/assets/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ Asset management is a crucial part of the Beam integration within your game. Dep

By providing these options through the sdk, you are able to create a frictionless in-game marketplace built on beam without having to worry about creating infrastructure to support it.

### Roadmap

Throughout the coming months, we'll be releasing additional features that will help you to provide a more complete marketplace experience, with features ranging from programmatic offers, auctions and extensive filtering options to allow you to create a full-fledged in-game marketplace solely by relying on the Beam marketplace.

<Callout emoji="🛠️">
Feel like something is missing, and needs to be prioritized? Check out our
[2024 roadmap](/service/roadmap) or let's have a chat through [email protected]
Feel like something is missing, and needs to be prioritized? Let's have a chat through [email protected]!
</Callout>
7 changes: 1 addition & 6 deletions pages/service/exchange/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ import { Callout } from "nextra/components";

The API allows you to convert any in-game tokens or BEAM associated with a profile, using Beam's decentralized exchange swap.onbeam.com. Conversion rates are determined via an Automated Market Maker mechanism, and depend on supply and demand of the respective tokens. You can learn more about setting up a liquidity pool for your own tokens here, in order to enable trading.

### Roadmap

Throughout the coming months, we'll be releasing additional features that will help you to provide a more complete marketplace experience, with features ranging from programmatic offers, auctions and extensive filtering options to allow you to create a full-fledged in-game marketplace solely by relying on the Beam marketplace.

<Callout emoji="🛠️">
Feel like something is missing, and needs to be prioritized? Check out our
[2024 roadmap](/service/roadmap) or let's have a chat through [email protected]
Feel like something is missing, and needs to be prioritized? Let's have a chat through [email protected]!
</Callout>
3 changes: 1 addition & 2 deletions pages/service/marketplace/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ In order to create a full marketplace integration it is important to understand
Throughout the coming months, we'll be releasing additional features that will help you provide a more complete marketplace experience, with features ranging from programmatic offers, auctions and extensive filtering options to allow you to create a full-fledged in-game marketplace solely by relying on the Beam marketplace.

<Callout emoji="🛠️">
Feel like something is missing, and needs to be prioritized? Check out our
[2024 roadmap](/service/roadmap) or let's have a chat through [email protected]
Feel like something is missing, and needs to be prioritized? Let's have a chat through [email protected]!
</Callout>
2 changes: 1 addition & 1 deletion pages/service/profiles/match-profiles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const playerAssets = await beam.assets.getProfileAssets("your-player-a-id", {
});
```

Once both players selected their assets, they need to be moved to the match profile. When transfer is completed, the assets are outside of players' control. Note that at the moment of writing we don't offer a way to 'listen' to on-chain events, but as per our [roadmap](/service/roadmap), we are aiming to have this ready during 2024.
Once both players selected their assets, they need to be moved to the match profile. When transfer is completed, the assets are outside of players' control.

Transferring player A their asset:

Expand Down
3 changes: 1 addition & 2 deletions pages/service/trading/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ If you're building a trading based game that doesn't necessarily rely on buying
Throughout the coming months, we'll be releasing additional features that will help you provide a more complete marketplace experience, with features ranging from programmatic offers, auctions and extensive filtering options to allow you to create a full-fledged in-game marketplace solely by relying on the Beam marketplace.

<Callout emoji="🛠️">
Feel like something is missing, and needs to be prioritized? Check out our
[2024 roadmap](/service/roadmap) or let's have a chat through [email protected]
Feel like something is missing, and needs to be prioritized? Let's have a chat through [email protected]!
</Callout>

0 comments on commit 5e07814

Please sign in to comment.