Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 263 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 263 Bytes

multisig-server

Install diesel cli

cargo install diesel_cli --no-default-features --features mysql

Database

echo DATABASE_URL=mysql://root:@localhost:3306/multisig-server > .env

Diesel setup

diesel migration run

Run

cargo run