Giter Site home page Giter Site logo

tezos-market-sdk's Introduction

Tezos Market SDK

Unity SDK to interact with marketplace on Tezos

Issues License

The Tezos Market SDK invites developers to discover the future of Web3 gaming with a complete kit that empowers game developers with the ability to:

  • Connect to a Tezos wallet
  • Utilize data on the blockchain
  • Call smart contracts
  • True ownership of in-game assets

The Tezos SDK supports Desktop, Android, iOS, and browsers. Beyond allowing game developers to interact with the Tezos blockchain, this SDK is a helpful resource for developing any Tezos decentralized application (dApp).

Installation pre-requirements

This package is depend on tezos-unity-sdk Unity package. To be able to work it is necessary to add com.trilitech scope to your project manifest file. To do this, add scopedRegistries section as shown in the example below to your project manifest.json file.

{
  "scopedRegistries": [{
    "name": "npmjs",
    "url": "https://registry.npmjs.org/",
    "scopes": [
      "com.trilitech"
    ]
  }]
}

Install from unitypackage file

You can install TezosMarketSdk via .unitypackage file. To load a package from a unitypackage file:

  • Go to Releases page and download the latest TezosMarketSdk.unitypackage.
  • Open your project in Unity Editor.
  • Double-click the TezosMarketSdk.unitypackage file to import it into the current project.

Install from a Git URL

You can install the UPM package via directly Git URL. To load a package from a Git URL:

  • Open Unity Package Manager window.
  • Click the add + button in the status bar.
  • The options for adding packages appear.
  • Select Add package from git URL from the add menu. A text box and an Add button appear.
  • Enter the https://github.com/mismirnov/tezos-market-sdk.git Git URL in the text box and click Add.
  • You may also install a specific package version by using the URL with the specified version.
    • https://github.com/mismirnov/tezos-market-sdk.git#X.Y.Z
    • Please note that the version X.Y.Z stated here is to be replaced with the version you would like to get.
    • You can find all the available releases here.
    • The latest available release version is Last Release

For more information about what protocols Unity supports, see Git URLs.

Install from NPM

  • Navigate to the Packages directory of your project.
  • Adjust the project manifest file manifest.json in a text editor.
  • Ensure https://registry.npmjs.org/ is part of scopedRegistries.
    • Ensure com.baking-bad is part of scopes.
    • Add com.baking-bad.tezos-market-sdk to the dependencies, stating the latest version.

A minimal example ends up looking like this. Please note that the version X.Y.Z stated here is to be replaced with the latest released version, which is currently NPM Package.

{
  "scopedRegistries": [
    {
      "name": "npmjs",
      "url": "https://registry.npmjs.org/",
      "scopes": [
        "com.baking-bad"
      ]
    }
  ],
  "dependencies": {
    "com.baking-bad.tezos-market-sdk": "X.Y.Z",
    ...
  }
}
  • Switch back to the Unity Editor and wait for it to finish importing the added package.

tezos-market-sdk's People

Contributors

mismirnov avatar k-karuna avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.