Skip to content

CanduesED/muon-node-js

This branch is 4 commits behind muon-protocol/muon-node-js:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

38e924b · Jan 5, 2023
May 5, 2022
Oct 1, 2022
Jul 3, 2022
Apr 13, 2022
Oct 30, 2022
Aug 6, 2022
Jan 24, 2022
Apr 26, 2022
May 27, 2022
Jul 26, 2022
Jun 2, 2022
Jan 5, 2023
Jul 27, 2022
Aug 4, 2022
Jan 24, 2022
Jun 2, 2022
Oct 22, 2021
Jul 30, 2022
Aug 4, 2022
Dec 24, 2021
Jul 30, 2022

Repository files navigation

Cloning this repository

Because of containing submodule, add the --recurse-submodules flag to the clone/pull commands.

$ git clone <the-repo> --recurse-submodules
$ git pull --recurse-submodules

If you already cloned the old repo before the apps submodule, run the code below

$ git submodule init 

Run

$ env-cmd babel-node index.js

Run with custom .env file

$ env-cmd -f ./1.env babel-node index.js

Auto Update

By enabling auto update any commit to the repository will trigger the update and server will restart.

Enable

bash ./scripts/auto-update.sh -a setup -p '<PM2_APP_NAME|PM2_APP_ID>'

Update credentials

cat >>~/.netrc <<EOF
machine github.com
    login <USERNAME>
    password <PASSWORD>
EOF

Local devnet

You can run local devnet on port 8080

docker-compose build --build-arg INFURA_PROJECT_ID=< your infura project id >
docker-compose up

To check local devnet open http://localhost:8080/v1/?app=tss&method=test in your browser.

After any changes, you will need to build again.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.1%
  • JavaScript 26.1%
  • Shell 2.9%
  • Dockerfile 0.9%