workbenchapp / solana-workbench

Your one-stop shop for developing on Solana
MIT License
63 stars 7 forks source link

Web workbench portability #60

Open nathanleclaire opened 2 years ago

nathanleclaire commented 2 years ago

To support web workbench, in addition to porting web3js code to front end, I bet we could wrap data-loading components in another component, and pass in the data for rendering as props

SvenDowideit commented 2 years ago

My notional plan is to convert the frontend code to a static site that uses wallet-adapter, the solana chain, (maybe?) arweave for settings.json syncing from local storage.

We then need to separate out the localnet container lifecycle, the build tools to a tool that runs on the desktop and pairs with that.