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

itering/multisig-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages