mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
4b0daeb47b
Move all the services to status-node, as some of them were there, some of them were in the geth backend and scattered around.
6 lines
249 B
Bash
6 lines
249 B
Bash
|
|
#/bin/bash
|
|
go build -mod=vendor
|
|
rm ./tmp -rf
|
|
./populate-db --added-contacts 1 --contacts 2 --public-chats 1 --one-to-one-chats 4 --number-of-messages 2 --seed-phrase "wolf uncover ancient kiss deer blossom blind expose estate average cancel kiss"
|