Skip to content

Commit

Permalink
Remove main package (#87)
Browse files Browse the repository at this point in the history
* remove main package

* remove from readme
  • Loading branch information
arobsn authored Nov 13, 2023
1 parent 1d6e259 commit 5d0abc2
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 234 deletions.
1 change: 0 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"*/blockchain-providers"
]
],
"ignore": ["fleet-sdk"],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch"
Expand Down
5 changes: 0 additions & 5 deletions .changeset/giant-boxes-agree.md

This file was deleted.

21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@ Fleet (Fluent Ergo Toolset) is a put TypeScript SDK for Ergo Platform, offering

This is a [monorepository](https://monorepo.tools/) which means this contains many sub-packages that composes full Fleet SDK implementation.

| Package | Description | |
| --------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [`fleet-sdk`](/packages/fleet-sdk/) | Main Fleet SDK package. Wrapper around `common`, `core`, `serializer`, `crypto`, and `blockchain-providers` packages. | [Unpublished](https://github.com/fleet-sdk/fleet/issues/79) |
| [`core`](/packages/core/) | Core library with transaction builder and basic serialization. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/core)](https://www.npmjs.com/package/@fleet-sdk/core) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/core?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/core) |
| [`wallet`](/packages/wallet/) | Wallet related library, with mnemonic and keys management. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/wallet)](https://www.npmjs.com/package/@fleet-sdk/wallet) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/wallet?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/wallet) |
| [`common`](/packages/common/) | Internal types and utility functions shared across `@fleet-sdk` packages. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/common)](https://www.npmjs.com/package/@fleet-sdk/common) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/common?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/common) |
| [`crypto`](/packages/crypto/) | Ergo blockchain crypto primitives. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/crypto)](https://www.npmjs.com/package/@fleet-sdk/crypto) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/crypto?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/crypto) |
| [`serializer`](/packages/serializer/) | Ergo data serializer and parser. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/serializer)](https://www.npmjs.com/package/@fleet-sdk/serializer) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/serializer?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/serializer) |
| [`mock-chain`](/packages/mock-chain/) | Mock chain and testing utilities for Ergo Smart Contracts. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/mock-chain)](https://www.npmjs.com/package/@fleet-sdk/mock-chain) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/mock-chain?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/mock-chain) |
| [`compiler`](/packages/compiler/) | Sigma.JS powered ErgoScript compiler. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/compiler)](https://www.npmjs.com/package/@fleet-sdk/compiler) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/compiler?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/compiler) |
| [`blockchain-providers`](/packages/blockchain-providers/) | Blockchain data providers. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/blockchain-providers)](https://www.npmjs.com/package/@fleet-sdk/blockchain-providers) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/blockchain-providers?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/blockchain-providers) |
| Package | Description | |
| --------------------------------------------------------- | ------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [`core`](/packages/core/) | Core library with transaction builder and basic serialization. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/core)](https://www.npmjs.com/package/@fleet-sdk/core) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/core?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/core) |
| [`wallet`](/packages/wallet/) | Wallet related library, with mnemonic and keys management. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/wallet)](https://www.npmjs.com/package/@fleet-sdk/wallet) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/wallet?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/wallet) |
| [`common`](/packages/common/) | Internal types and utility functions shared across `@fleet-sdk` packages. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/common)](https://www.npmjs.com/package/@fleet-sdk/common) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/common?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/common) |
| [`crypto`](/packages/crypto/) | Ergo blockchain crypto primitives. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/crypto)](https://www.npmjs.com/package/@fleet-sdk/crypto) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/crypto?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/crypto) |
| [`serializer`](/packages/serializer/) | Ergo data serializer and parser. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/serializer)](https://www.npmjs.com/package/@fleet-sdk/serializer) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/serializer?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/serializer) |
| [`mock-chain`](/packages/mock-chain/) | Mock chain and testing utilities for Ergo Smart Contracts. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/mock-chain)](https://www.npmjs.com/package/@fleet-sdk/mock-chain) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/mock-chain?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/mock-chain) |
| [`compiler`](/packages/compiler/) | Sigma.JS powered ErgoScript compiler. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/compiler)](https://www.npmjs.com/package/@fleet-sdk/compiler) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/compiler?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/compiler) |
| [`blockchain-providers`](/packages/blockchain-providers/) | Blockchain data providers. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/blockchain-providers)](https://www.npmjs.com/package/@fleet-sdk/blockchain-providers) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/blockchain-providers?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/blockchain-providers) |

## Plugins

Expand Down
19 changes: 0 additions & 19 deletions packages/fleet-sdk/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions packages/fleet-sdk/LICENSE

This file was deleted.

3 changes: 0 additions & 3 deletions packages/fleet-sdk/README.md

This file was deleted.

47 changes: 0 additions & 47 deletions packages/fleet-sdk/package.json

This file was deleted.

107 changes: 0 additions & 107 deletions packages/fleet-sdk/src/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion plugins/ageusd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleet-sdk/ageusd-plugin",
"version": "0.1.4",
"version": "0.1.5",
"description": "AgeUSD protocol plugin for Fleet SDK.",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion plugins/babel-fees/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleet-sdk/babel-fees-plugin",
"version": "0.1.7",
"version": "0.1.8",
"description": "Babel Fees plugin for Fleet SDK.",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down
18 changes: 0 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d0abc2

Please sign in to comment.