Server Wallets
Server wallets are wallets that are managed by your own application, like a treasury wallet or admin wallet. They are used to send transactions from the server.
Once created, you can use your server wallet by passing it as the from field of the thirdweb API.
You can create new server wallets via API by just passing an identifier. This can be any string, but we recommend using a descriptive name.
You can also list all server wallets for your project to get their addresses and identifiers.