Skip to content

owlprotocol/tutorials

Repository files navigation

Owl Tutorial Template

Welcome to the Owl Protocol tutorial template! This repository is designed to help users quickly test out features and integrate them into their own projects.

Getting Started

This project uses environment variables to manage API keys and other sensitive information. Create a .env file in the root directory with the following content:

API_KEY_SECRET="YOUR_API_KEY_SECRET"

Replace YOUR_API_KEY_SECRET with your own API key. You can obtain an API key by signing up for an account on owl.build.

Installation

To install the required dependencies, run:

pnpm install

Tutorial Template

To start run your script, use the following command:

pnpm start

This will execute the index.ts file, which includes various imports and configurations from different libraries such as Permissionless, Viem, and OWL Protocol.

Get started by checking out tutorials at docs.owl.build

Tutorials

We recommend following along the tutorials by pasting in the snippets as you go into the index.ts file.

However, you can also find the combined code of each tutorial under ./tutorials and run those directly using tsx src/gasless-transactions.ts. You may need to install tsx globally with pnpm -g tsx to run this.

Documentation

For more detailed documentation, please visit docs.owl.build.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published