waku-org / nwaku-compose

Deployment docker-compose files to deploy an nwaku node
12 stars 16 forks source link

chore: not passing timestamp in post example #66

Closed gabrielmer closed 5 months ago

gabrielmer commented 5 months ago

In the README's example, better to not manually pass the timestamp.

It's better practice to let the node set the timestamp, and at the same time, the substitution '$(date +%s%N)' keeps creating issues in some machines.