-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: self-custody restructuring (#153)
* chore: self-custody restructuring * chore: write a better intro for self-custody or managed * chore: wording * chore: add .idea to gitignore * chore: remove 'we' * chore: grammar * fix: path to self-custody Implementation page * chore: rename to match other files * chore: grammar, c# unity example * chore: add swagger link to getOperation, update unity samples * fix: unity sample of signing operation * chore: grammar, unity examples * chore: fix var name * chore: grammar, typos * chore: update urls * chore: update urls * chore: change titles * chore: update npm package url * chore: updated urls to nuget * chore: update the sdk page --------- Co-authored-by: lewinskimaciej <[email protected]>
- Loading branch information
1 parent
241b76a
commit 9cd811e
Showing
47 changed files
with
414 additions
and
437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ node_modules | |
.vercel | ||
|
||
.env | ||
|
||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: Introduction to Beam Companion | ||
--- | ||
|
||
import { Callout, Cards, Card } from "nextra/components"; | ||
|
||
# Introduction to Beam Companion | ||
|
||
The Beam Companion app allows users to manage and access their on-chain NFTs earned through playing your game. | ||
|
||
You'll be able to find the latest version of the Beam Companion through the following links | ||
|
||
<Cards> | ||
<Card | ||
icon="🍎 " | ||
title="iOS" | ||
href="https://apps.apple.com/us/app/beam-companion/id6467641736" | ||
/> | ||
<Card | ||
icon="🤖 " | ||
title="Android" | ||
href="https://play.google.com/store/apps/details?id=com.onbeam.companion_app" | ||
/> | ||
</Cards> | ||
|
||
<Callout emoji="🛠️"> | ||
Make sure you connect to **Beam testnet** in order to implement the application | ||
during your development process. You can switch to testnet by switching on the | ||
log-in screen of the app. | ||
</Callout> | ||
|
||
### Connecting users to the Beam Companion app | ||
|
||
The Beam Companion app works based on the same authentication solution as is being used in the self-custody features of Beam, meaning that any user you onboard through that solution will automatically be linked to your game and is able to use the Beam Companion app. | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.