An open API service indexing awesome lists of open source software.

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

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.