Skip to content

tequdev/dassie

 
 

Repository files navigation

Dassie

A multi-currency, zero-config, peer-to-peer, Interledger-enabled payment network

Development Environment

In order to develop a peer-to-peer application, it is very useful to quickly spin up several nodes which can all talk to each other. Dassie uses HTTPS everywhere including during development, so you will need to generate certificates for your nodes.

Prerequisites

  • Node.js 18
  • mkcert
    1. Run mkcert -install to create the private CA and register it in your OS and browser.
    2. Add export NODE_EXTRA_CA_CERTS="$(mkcert -CAROOT)/rootCA.pem" to your .bashrc, .zshrc, or similar.

Setting up the development environment

Install package dependencies.

pnpm i

Starting the development environment

Run the development environment.

pnpm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 95.6%
  • JavaScript 3.7%
  • Other 0.7%