Skip to content

Commit

Permalink
cleanup mono
Browse files Browse the repository at this point in the history
  • Loading branch information
kyscott18 committed Sep 27, 2023
1 parent 681174b commit 89db9c0
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 53 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# Reverse Mirage [![GitHub Actions][gha-badge]][gha] [![npm version][npm-badge]][npm] [![npm bundle size][bundle-badge]][bundle]
# Reverse Mirage [![GitHub Actions][gha-badge]][gha] [![npm version][npm-badge]][npm]

[gha]: https://github.com/kyscott18/reverse-mirage/actions
[gha-badge]: https://github.com/kyscott18/reverse-mirage/actions/workflows/main.yml/badge.svg
[npm]: https://www.npmjs.com/package/reverse-mirage/v/latest
[npm-badge]: https://img.shields.io/npm/v/reverse-mirage/latest.svg
[bundle]: https://bundlephobia.com/result?p=reverse-mirage@latest
[bundle-badge]:https://img.shields.io/bundlephobia/minzip/reverse-mirage/latest.svg

Building blocks for Ethereum app development. Built using [Viem](https://viem.sh).

## Features

- ✅ 10x-100x faster, 10.3x smaller than [`@uniswap/sdk-core`](https://github.com/uniswap/sdk-core)
- ✅ 10x-100x faster, 10.4x smaller than [`@uniswap/sdk-core`](https://github.com/uniswap/sdk-core)
- ✅ Abstactions for most commonly used token standards
- ✅ Supports `permit`
- ✅ Extensible to build apps and libraries
Expand Down Expand Up @@ -74,6 +72,6 @@ $ bun run src/amount/utils.bench.ts

## Bundle Size

`reverse-mirage`: **5.17 kB**
`reverse-mirage`: **5.12 kB**

`@uniswap/sdk-core`: **53.4 kB**
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@
"description": "",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"install:packages": "pnpm --filter './packages/**' install",
"preinstall": "npx -y only-allow pnpm",
"codegen": "pnpm wagmi generate",
"codegen": "wagmi generate",
"changeset:publish": "pnpm codegen && pnpm build && pnpm changeset publish",
"build": "pnpm --filter 'reverse-mirage' build && pnpm --filter !'reverse-mirage' build",
"lint": "pnpm --parallel lint",
Expand All @@ -23,16 +20,11 @@
"keywords": [],
"author": "",
"license": "MIT",
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"devDependencies": {
"@biomejs/biome": "^1.2.2",
"@changesets/cli": "^2.26.2",
"@wagmi/cli": "^1.5.2",
"husky": "^8.0.3",
"typescript": "^5.2.2",
"vitepress": "1.0.0-rc.20"
}
}
40 changes: 36 additions & 4 deletions pnpm-lock.yaml

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

35 changes: 0 additions & 35 deletions tsconfig.json

This file was deleted.

0 comments on commit 89db9c0

Please sign in to comment.