KinoraSDK
  • Overview
  • Quickstart
  • Contracts
  • Subgraphs
  • Open Source Code
  • SDK Reference
    • Envoker
      • Instantiate Envoker
      • Instantiate New Quest
      • Terminate & Withdraw
      • Delete Quest
      • Verify Player Milestone
    • Dispatch
      • Instantiate Dispatch
      • Join Quest
      • Milestone Eligibility Check
      • Complete Milestone
    • Kinora Player Wrapper
      • Kinora Provider
      • Kinora Player Wrapper
      • Send Metrics On-Chain
    • Helpers
  • Live
    • Quest No Code
    • Cypher Search
    • Chromadin
  • Architecture
    • Data Corruption Mitigation
  • Resources
    • Issues
    • Testing
    • Contributors
    • About the Devs
    • Storefront
  • Github
  • Livepeer Developer Docs
Powered by GitBook
On this page
  1. Resources

Contributors

Contributing to the SDK.

PreviousTestingNextAbout the Devs

Last updated 1 year ago

Forge a new path on your Quest.

  1. Clone the forked repository.

git clone https://github.com/DIGITALAX/KinoraSDK
  1. Create a new branch.

git checkout -b <branch_name>
  1. Commit code additions locally.

git add .
git commit -m "Description of the changes"
  1. Push changes to the forked repository.

git push origin <branch_name>
  1. Create a pull request on the KinoraSDK repository.

git checkout <branch_name>
git pull upstream main