Transact Plugin Template
The Transact Plugin Template is designed to provide developers with a foundational structure to craft their own transact plugins for the Wharf SessionKit.
Usage
There are two ways to use this template:
Option 1: Use the GitHub Template Clone Feature
- Navigate to the transact plugin template repository on GitHub.
- Click on the
Use this template
button to create a new repository based on this template. - Follow the prompts to set up your new repository.
Option 2: Cloning the Repository Manually
- Initiate your terminal or command interface.
- Clone the template repository via:
Replacegit clone https://github.com/wharfkit/transact-plugin-template.git transact-plugin-[name]
[name]
with the desired name for your plugin. - Navigate to the newly cloned directory:
cd transact-plugin-[name]
Installing Dependencies
After setting up your plugin, install all the required dependencies:
yarn install
Adapting the Plugin
For guidance on customizing your plugin, please refer to our detailed development documentation.