https://github.com/bcnmy/documentation
Biconomy official documentation for account abstraction SDK
https://github.com/bcnmy/documentation
account-abstraction biconomy biconomy-sdk documentation markdown
Last synced: 10 months ago
JSON representation
Biconomy official documentation for account abstraction SDK
- Host: GitHub
- URL: https://github.com/bcnmy/documentation
- Owner: bcnmy
- Created: 2024-07-12T11:22:04.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-25T18:09:03.000Z (over 1 year ago)
- Last Synced: 2025-06-22T10:38:03.179Z (about 1 year ago)
- Topics: account-abstraction, biconomy, biconomy-sdk, documentation, markdown
- Language: TypeScript
- Homepage: https://docs.biconomy.io
- Size: 33.8 MB
- Stars: 13
- Watchers: 2
- Forks: 16
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
This is a [Vocs](https://vocs.dev) project bootstrapped with the Vocs CLI.
### Installation
```bash
bun i
```
### Local Development
```bash
bun run dev
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```bash
npm run build
```
This command generates static content into the build directory and can be served using any static contents hosting service.