ChainMovers / suibase

Sui development environment and cookbook.
https://suibase.io
Apache License 2.0
35 stars 6 forks source link

How to deploy to mainnet using a hardware wallet? #63

Closed georgescharlesbrain closed 6 months ago

georgescharlesbrain commented 1 year ago

What are the best practices to deploy to mainnet?

How to use a hardware wallet and multi-sig?

mario4tier commented 1 year ago

Hardware wallet currently not supported (only sui.keystore).

Not sure if supporting other wallet is a common use case for Suibase (at least not on short term).

Suibase focus right now is to facilitate development and testing. I was even seeing the "mainnet" workdir for relatively light fund use (e.g. testing with other mainnet deployed modules). For such purpose, a relatively "risky" sui.keystore seems good enough.

I will leave this open to accumulate feedback.

georgescharlesbrain commented 1 year ago

It was more of a general question that came to mind when thinking about the different key stores for different networks. Maybe it's something the sui foundation should/could address.