@cawabunga_aurora/contract-types
v0.2.1
Published
This package provides TypeScript type definitions for Defuse Protocol contracts.
Readme
@cawabunga_aurora/contract-types
This package provides TypeScript type definitions for Defuse Protocol contracts.
Installation
# Using npm
npm install @cawabunga_aurora/contract-types
# Using yarn
yarn add @cawabunga_aurora/contract-types
# Using pnpm
pnpm add @cawabunga_aurora/contract-types
# Using bun
bun add @cawabunga_aurora/contract-typesUsage
import { greet } from '@cawabunga_aurora/contract-types';
// Use the types in your application
const greeting = greet('World');
console.log(greeting); // "Hello, World!"Development
Prerequisites
- Bun (v1.2.13 or later)
Build
bun run buildDevelopment Mode
bun run devLint
bun run lintLicense
MIT
