- 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 installoryarn installornpm install - Run the project
pnpm run devoryarn run devornpm run dev
This example implements all resources of BSAFE (SDK) :
- Create a vault (useCreateVault)
- Send transactions in this vault (useSendTransfer)