Socket
Book a DemoInstallSign in
Socket

@notus-labs/patara-nft-collections

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notus-labs/patara-nft-collections

Patara Collections List

latest
npmnpm
Version
1.0.36
Version published
Weekly downloads
660
281.5%
Maintainers
1
Weekly downloads
 
Created
Source

Patara Collections

Patara Collections is a TypeScript library for verified collections on Sui for the Patara App.

Prerequisites

Before you begin, ensure you have Bun installed on your system. If you don't have Bun installed, you can download and install it by following the instructions on the official Bun website.

Installation

To install the Patara Collections library, follow these steps:

  • Clone the repository:

    git clone https://github.com/notus-labs/collections.git
    cd collections
    
  • Install the dependencies using Bun:

    bun install
    

Development

Available Scripts

  • bun run build: Build the project using the custom build script
  • bun run format: Format the code using Prettier
  • bun run lint: Lint the code using ESLint
  • bun run prepare: Set up Husky for Git hooks

Building the Library

To build the library, run:

bun run build

The build process will generate the compiled JavaScript files and TypeScript declaration files in the dist directory.

FAQs

Package last updated on 12 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts