Skip to content

Commit

Permalink
Update prototypes.md (MystenLabs#1720)
Browse files Browse the repository at this point in the history
Replace REST API links and references in Sui Prototypes with those to RPC
  • Loading branch information
Clay-Mysten authored May 2, 2022
1 parent a5e8aba commit e6a1796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/explore/prototypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ With Sui, we believe game developers should not be limited by the platform perfo

## How we did it

Created by game development studio GenITeam, these prototypes use both the Unity SDK and Sui [APIs](https://app.swaggerhub.com/apis/MystenLabs/sui-api/0.1).
Created by game development studio GenITeam, these prototypes use both the Unity SDK and Sui [APIs](https://playground.open-rpc.org/?uiSchema%5BappBar%5D%5Bui:splitView%5D=false&schemaUrl=https://raw.githubusercontent.com/MystenLabs/sui/main/sui/open_rpc/spec/openrpc.json&uiSchema%5BappBar%5D%5Bui:input%5D=false).

GenITeam’s developers who worked on this collaboration are neither smart contract nor Move developers. Based on their input, we created a data model and shared simple APIs. With these APIs, Geniteam was able to mint fully on-chain NFTs that are mutable, own other on-chain assets, and freely transfer to other applications.

Expand Down Expand Up @@ -235,5 +235,5 @@ Gameplay:

## Further reading

* Check out Sui [APIs](https://app.swaggerhub.com/apis/MystenLabs/sui-api/0.1).
* Check out Sui [APIs](https://playground.open-rpc.org/?uiSchema%5BappBar%5D%5Bui:splitView%5D=false&schemaUrl=https://raw.githubusercontent.com/MystenLabs/sui/main/sui/open_rpc/spec/openrpc.json&uiSchema%5BappBar%5D%5Bui:input%5D=false).
* Learn about Sui [objects](../build/objects.md).

0 comments on commit e6a1796

Please sign in to comment.