https://github.com/bcnmy/sdk-demo
A playground to test some use cases of the SDK.
https://github.com/bcnmy/sdk-demo
biconomy erc4337 sdk
Last synced: 12 months ago
JSON representation
A playground to test some use cases of the SDK.
- Host: GitHub
- URL: https://github.com/bcnmy/sdk-demo
- Owner: bcnmy
- Created: 2022-08-04T15:26:36.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2024-08-26T21:03:12.000Z (almost 2 years ago)
- Last Synced: 2025-06-05T09:09:04.922Z (about 1 year ago)
- Topics: biconomy, erc4337, sdk
- Language: TypeScript
- Homepage: https://sdk-dev.biconomy.io
- Size: 6.65 MB
- Stars: 6
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Biconomy SDK Demo
Example codes for integrating biconomy sdk in your repo.
- [https://sdk-dev.biconomy.io](https://sdk-dev.biconomy.io)
#### Run locally
```bash
git clone https://github.com/bcnmy/sdk-demo.git
cd sdk-demo
bun i
bun dev
```