Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .yarn/install-state.gz
Binary file not shown.
935 changes: 935 additions & 0 deletions .yarn/releases/yarn-4.7.0.cjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.7.0.cjs
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,22 @@ please refer to the table below.

## Development

To build all packages and docs, run `yarn install` then `yarn build:all`
### Prerequisites

This project uses Yarn 4.7.0 with Corepack for package management. To get started:

1. **Enable Corepack** (if not already enabled):
```bash
corepack enable
```

2. **Install dependencies**:
```bash
yarn install
```

The correct Yarn version will be automatically used thanks to the `packageManager` field in `package.json` and Corepack.

### Building

To build all packages and docs, run `yarn install` then `yarn build:all`
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2766,7 +2766,7 @@ __metadata:
"@cosmjs/proto-signing": "npm:^0.33.1"
"@cosmjs/stargate": "npm:^0.33.1"
"@cosmjs/tendermint-rpc": "npm:^0.33.1"
"@sei-js/cosmos": "npm:^1.0.5"
"@sei-js/cosmos": "npm:^1.0.6"
"@types/elliptic": "npm:^6.4.18"
"@types/jest": "npm:^29.5.5"
"@types/sha.js": "npm:^2.4.4"
Expand All @@ -2788,7 +2788,7 @@ __metadata:
languageName: node
linkType: hard

"@sei-js/cosmos@npm:^1.0.5, @sei-js/cosmos@workspace:packages/cosmos":
"@sei-js/cosmos@npm:^1.0.6, @sei-js/cosmos@workspace:packages/cosmos":
version: 0.0.0-use.local
resolution: "@sei-js/cosmos@workspace:packages/cosmos"
dependencies:
Expand Down