Add a script to publish records from a given directory #62

Merged
ashwin merged 20 commits from deep-stack/laconic-registry-cli:pm-endpoint-records into laconic2 2024-05-09 10:35:55 +00:00
Showing only changes of commit 0a38d13eea - Show all commits

View File

@ -2,7 +2,13 @@
## Setup ## Setup
* Install laconic CLI globally as suggested in the [installation steps](../README.md#install) * Install laconic CLI globally:
```bash
# In laconic-registry-cli repo root
yarn && yarn build
yarn global add file:$PWD
```
* Run the laconicd chain: * Run the laconicd chain: