MystenLabs / walrus-docs

Documentation and examples for the Walrus decentralized storage system
https://docs.walrus.site
Apache License 2.0
7 stars 11 forks source link

Test examples in CI #10

Open mlegner opened 1 month ago

mlegner commented 1 month ago

We should make sure that any examples we keep in this repository are compatible with the latest Walrus deployment.

The job could consist of the following steps:

  1. Install sui
  2. Create a testnet address and get SUI from the faucet
  3. Get the latest Walrus binary and config from the GCS bucket
  4. Depending on the example, run the binary in daemon mode
  5. Run the example and ensure it succeeds
mlegner commented 1 month ago

Example, why we need this: #78.