1.0.3 • Published 12 months ago

atomicals v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Atomicals-Dev-Kit

Node.js module to aid developers working with Bitcoin atomicals. This module provides utility functions and tools to simplify the development process. Running on Node.js runtime only.

Can I trust this code?

Don't trust it. Verify it yourself.

Source

https://github.com/disco-quotidie/atomicals-dev-kit

Install

npm install atomicals

Module Functions

  • getByTicker: fetch metadata regarding an ARC-20 token ticker
  • checkFTTickerExistence: check if an ARC-20 token ticker already exists

Usage

const { getByTicker, checkFTTickerExistence } = require('atomicals')

const result = await getByTicker("atom")
const { success, result: exists } = await checkFTTickerExistence('infinity')

LICENSE MIT

Contribution

Any issue/PR will be welcomed.

1.0.2

12 months ago

1.0.1

12 months ago

1.0.3

12 months ago

1.0.0

1 year ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.0.1

2 years ago