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
62 changes: 0 additions & 62 deletions .github/workflows/deploydocs.yml

This file was deleted.

Binary file modified .yarn/install-state.gz
Binary file not shown.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ SeiJS is a monorepo that contains multiple NPM libraries for writing application

## Documentation

Please check [our documentation](https://docs.sei.io) for notes on how to get up and running. The tutorial has examples
on how to connect to a Sei wallet, query an RPC endpoint, transfer tokens, IBC transfer, and interact with contracts.

You can also refer to the [typedoc documentation](https://sei-protocol.github.io/sei-js/) for reference on the contents
of the @sei-js/core and @sei-js/react library.
Please check [our documentation](https://sei-js.docs.sei.io) for notes on how to get up and running.

## Packages

Expand Down
27 changes: 0 additions & 27 deletions TYPEDOC-README.md

This file was deleted.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
"packages/*"
],
"scripts": {
"build:all": "yarn workspaces foreach --topological-dev --all run build",
"build:all": "yarn workspaces foreach --all --parallel run build",
"postinstall": "yarn update-submodules",
"update-submodules": "git submodule update --init --recursive",
"docs": "cd docs && yarn dlx mint dev",
"typedocs": "typedoc",
"release": "changeset publish && git push --follow-tags",
"release:internal": "yarn build:all && yarn changeset && yarn changeset version --snapshot internal && yarn changeset publish --no-git-tag --snapshot --tag internal",
"test:all": "yarn workspaces foreach --all run test",
"test:coverage": "yarn workspaces foreach --all run test --coverage"
"test:all": "yarn workspaces foreach --all --parallel run test",
"test:coverage": "yarn workspaces foreach --all --parallel run test --coverage"
},
"dependencies": {
"@biomejs/biome": "^1.9.4",
Expand All @@ -29,8 +28,6 @@
"rimraf": "^3.0.2",
"ts-jest": "^29.3.0",
"ts-node": "2.1.2",
"typedoc": "^0.27.9",
"typedoc-material-theme": "^1.3.0",
"typescript": "^5.8.2"
},
"packageManager": "yarn@4.7.0"
Expand Down
3 changes: 1 addition & 2 deletions packages/create-sei/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"bin": "./dist/main.js",
"scripts": {
"build": "tsc && cp -r ./templates ./dist/templates",
"dev": "node --loader ts-node/esm src/main.ts",
"docs": "typedoc --out docs"
"dev": "node --loader ts-node/esm src/main.ts"
},
"dependencies": {
"boxen": "^7.1.1",
Expand Down
8 changes: 1 addition & 7 deletions packages/create-sei/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,5 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src"],
"typedocOptions": {
"readme": "./README.md",
"name": "create-sei",
"entryPoints": ["src/main.ts"],
"exclude": ["node_modules"]
}
"include": ["src"]
}
1 change: 0 additions & 1 deletion packages/ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"build:cjs": "tsc --outDir dist/cjs --module commonjs",
"build:esm": "tsc --outDir dist/esm --module esnext",
"build:types": "tsc --project ./tsconfig.declaration.json",
"docs": "typedoc --out docs",
"test": "jest"
},
"homepage": "https://github.com/sei-protocol/sei-js#readme",
Expand Down
5 changes: 0 additions & 5 deletions packages/ledger/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,5 @@
"compilerOptions": {
"outDir": "./dist/types",
"rootDir": "./"
},
"typedocOptions": {
"readme": "./README.md",
"name": "ledger",
"entryPoints": ["src/index.ts"]
}
}
6 changes: 0 additions & 6 deletions packages/mcp-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,5 @@
"compilerOptions": {
"outDir": "./dist/types",
"moduleResolution": "bundler"
},
"typedocOptions": {
"readme": "./README.md",
"name": "mcp-server",
"entryPoints": ["src/index.ts"],
"exclude": ["node_modules"]
}
}
1 change: 0 additions & 1 deletion packages/precompiles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"build:cjs": "tsc --outDir dist/cjs --module commonjs",
"build:esm": "tsc --outDir dist/esm --module esnext",
"build:types": "tsc --project ./tsconfig.declaration.json",
"docs": "typedoc --out docs",
"test": "jest --passWithNoTests"
},
"homepage": "https://github.com/sei-protocol/sei-js#readme",
Expand Down
6 changes: 0 additions & 6 deletions packages/precompiles/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,5 @@
"include": ["src"],
"compilerOptions": {
"outDir": "./dist/types"
},
"typedocOptions": {
"readme": "./README.md",
"name": "precompiles",
"entryPoints": ["src/index.ts"],
"exclude": ["node_modules"]
}
}
1 change: 0 additions & 1 deletion packages/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"build:cjs": "tsc --outDir dist/cjs --module commonjs",
"build:esm": "tsc --outDir dist/esm --module esnext",
"build:types": "tsc --project ./tsconfig.declaration.json",
"docs": "typedoc --out docs",
"test": "jest"
},
"homepage": "https://github.com/sei-protocol/sei-js#readme",
Expand Down
5 changes: 0 additions & 5 deletions packages/registry/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,5 @@
"compilerOptions": {
"outDir": "./dist/types",
"rootDir": "./"
},
"typedocOptions": {
"readme": "./README.md",
"name": "registry",
"entryPoints": ["src/index.ts"]
}
}
6 changes: 0 additions & 6 deletions packages/sei-global-wallet/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,5 @@
"include": ["src"],
"compilerOptions": {
"outDir": "./dist/types"
},
"typedocOptions": {
"readme": "./README.md",
"name": "sei-account",
"entryPoints": ["src/index.ts"],
"exclude": ["node_modules"]
}
}
65 changes: 0 additions & 65 deletions typedoc.theme.css

This file was deleted.

Loading