- Clone this repo
git clone https://github.com/infinitybase/bsafe-example.git
- Open the project in your terminal
cd bsafe-example
- Install all dependencies
pnpm install
oryarn install
ornpm install
- Run the project
pnpm run dev
oryarn run dev
ornpm run dev
This example implements all resources of BSAFE (SDK) :
- Create a vault (useCreateVault)
- Send transactions in this vault (useSendTransfer)