Skip to content

e-max/knockturn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knockturn Allee

Install from the sources

  1. Install Rust

  2. Install Postgres

$ sudo apt update
$ sudo apt install postgresql postgresql-contrib
  1. Set db password and create db
$ sudo -i -u postgres
>  \password <enter password>
> create database knockturn
  1. Install diesel cli
$ sudo apt install gcc libpq-dev libssl-dev pkg-config
$ cargo install diesel_cli --no-default-features --features postgres
  1. Install grin Dwonload binary and run it.

  2. Copy env.sample to .env and customize it:

  • set pg password from step 3
  • WALLET_PASS - content of .api_secret (eg file ~/.grin/floo/.api_secret)
  • DOMAIN - your hostname and port
  1. Build the project cargo build

  2. Init db diesel migration run

  3. Run the project

About

Payment processor for Grin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published