Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrena-Corto committed Dec 10, 2024
1 parent e7ed7d7 commit 5179179
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,15 @@ The abi is a repository for interfacing with the Adrena program either through a

### Build

`$> cargo build -p adrena-abi`
`$> cargo build -p adrena-abi`


### On the SG dedicated

Build `$> cargo build --release`

Launch daemon `$>daemon --name=mrsablier --output=~/service/MrSablier/logfile.log -- ~/services/MrSablier/target/release/mrsablier --payer-keypair /home/ubuntu/.config/solana/id.json --endpoint https://adrena.rpcpool.com/ --x-token <> --commitment processed`

Check if running `$>daemon --list`

Monitor live `$>tail -f logfile.log `

0 comments on commit 5179179

Please sign in to comment.