Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 499 Bytes

File metadata and controls

26 lines (17 loc) · 499 Bytes

Charge Basic

Tempo charge example in both supported layouts:

  • go run ./examples/charge-basic runs the existing one-command end-to-end demo
  • go run ./examples/charge-basic/server and go run ./examples/charge-basic/client run the same flow in separate terminals

Running

Start the local devnet first:

docker compose up -d

1. Start the server

go run ./examples/charge-basic/server

2. Run the client

go run ./examples/charge-basic/client