This monorepo contains the open source packages published under the @bitflick scope, managed by the flick-ing GitHub organization.
| Package | Description | NPM |
|---|---|---|
@bitflick/inscriptions |
A Node.js TypeScript library for creating Bitcoin inscriptions (BRC20) and interacting with ordinals. | |
@bitflick/tsconfig |
Shared TypeScript base configuration for all bitflick packages. |
Install and use in your project:
npm install @bitflick/inscriptions
# or
npm install @bitflick/tsconfigExtend the shared TypeScript configuration in your tsconfig.json:
{
"extends": "@bitflick/tsconfig/tsconfig.base.json",
"compilerOptions": {
/* your overrides */
}
}Please see CONTRIBUTING.md for guidelines on contributing, reporting issues, and release process.
This project and its contributors abide by the Code of Conduct.
See SECURITY.md for reporting security vulnerabilities.
This project is licensed under the terms of the MIT License.