b3os
B3OS is your automation platform for cross-chain workflows. Build automated strategies, schedule transactions, and execute complex on-chain operations.
File Explorer
Download Latest Version (.zip)- bug-report.yml
- new-action.yml
- PULL_REQUEST_TEMPLATE.md
- b3-logo.svg
- b3os-logo.svg
- quickstart.md
- check-leaks.mjs
- dev-link.sh
- dev-unlink.sh
- smoke.sh
- tool-schema-snapshot.test.ts.snap
- index.js
- config.js
- index.js
- index.js
- analyze-funds.test.ts
- b3os-api.test.ts
- check-leaks.test.ts
- client.test.ts
- database.test.ts
- error-hints.test.ts
- hint-formatter.test.ts
- keystore.test.ts
- mcp-failure-replay.test.ts
- no-raw-register-tool.test.ts
- oauth-callback.test.ts
- param-coercion.test.ts
- parse-caddie-blocks.test.ts
- publish-fund-check.test.ts
- register-tool-safe.test.ts
- run-action-wallet.test.ts
- schema-serializer.test.ts
- setup.test.ts
- sse-client.test.ts
- test-utils.ts
- tool-schema-snapshot.test.ts
- analyze-funds.ts
- ask-widget-types.generated.ts
- blockchain.ts
- caddie.ts
- catalog.ts
- connectors.ts
- database.ts
- hint-formatter.ts
- lookups-extended.ts
- lookups.ts
- org.ts
- param-coercion.ts
- parse-caddie-blocks.ts
- register-tool-safe.ts
- runs.ts
- schema-serializer.ts
- shared.ts
- templates.ts
- workflows.ts
- b3os-api.ts
- bootstrap-api.ts
- client.ts
- guide.ts
- http-utils.ts
- index.ts
- keystore.ts
- oauth-callback.ts
- server.ts
- setup.ts
- sse-client.ts
- types.ts
- .gitignore
- LICENSE
- package.json
- README.md
- tsconfig.json
- vitest.config.ts
- execute.ts
- generate-id.test.ts
- index.ts
- schema.ts
- execute.ts
- hello-world.test.ts
- index.ts
- schema.ts
- base-action.ts
- index.ts
- registry.ts
- types.ts
- package.json
- .gitignore
- .prettierrc
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- tsconfig.json
- vitest.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/b3-fun/b3os
Downloads the entire project code from GitHub to your computer.
cd b3os
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
pnpm install
Downloads and installs the libraries listed in package.json.
pnpm test
Type this command into your terminal and run it.
pnpm test:watch
Type this command into your terminal and run it.
pnpm typecheck
Type this command into your terminal and run it.
pnpm prettier:write
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
