Skip to content

astevko/trugard-tutorials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trugard API Tutorials

This repository contains tutorials for integrating with the Trugard API using various programming languages. The tutorials provide step-by-step guides on setting up your environment, making authenticated requests to the Trugard API, and querying smart contract data.

Available Tutorials

  • Python Tutorial

    • Learn how to integrate with the Trugard API using Python
    • Set up a Python environment using pyenv
    • Make authenticated requests to query smart contract data
    • Parse and display the response data
  • JavaScript Tutorial

    • Learn how to integrate with the Trugard API using JavaScript
    • Set up a Node.js project
    • Make authenticated requests using the Axios library
    • Parse and display the response data
  • Bash Tutorial

    • Learn how to integrate with the Trugard API using Bash scripting
    • Make authenticated requests using cURL
    • Parse and display the response data using jq

Getting Started

To get started with the tutorials, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/TrugardLabs/tutorials.git
    
  2. Navigate to the tutorial directory for your preferred programming language (e.g., python, javascript, or bash).

  3. Follow the instructions in the tutorial's README file to set up your environment and run the example code.

Prerequisites

Before starting the tutorials, ensure that you have the following:

  • A Trugard API key for authentication. If you don't have one, sign up at Trugard to obtain your API key.

  • The necessary programming language and tools installed on your machine:

    • For the Python tutorial: Python 3.x and pyenv
    • For the JavaScript tutorial: Node.js and npm
    • For the Bash tutorial: Bash shell, cURL, and jq

API Documentation

For detailed information about the Trugard API and available endpoints, refer to the Trugard API Documentation.

Support

If you have any questions or encounter any issues while following the tutorials, please feel free to open an issue in this repository. We'll be happy to assist you.

Happy coding!


This README provides an overview of the tutorials available in the repository, instructions on getting started, prerequisites, and links to the Trugard API documentation and support channels.

Feel free to customize the content based on your specific requirements and add any additional sections or information that you think would be helpful for users of your tutorials repository.

About

various tutorials for brand awareness

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 35.4%
  • Shell 33.0%
  • Python 31.6%