Skip to content

dgma/mono-helpers

Repository files navigation

Prompt based Web3 Helpers

All available commands: make list

Requirements

  • Bash-like environment
  • Git
    • You'll know you've done it right if you can run git --version
  • Node.js >= v20.x
  • Make
  • Optional. Docker
    • You'll need to run docker if you want to use run production container builds locally

Installation

  1. Create a master_key and keep it secret outside of the app.

  2. Install dependencies

make
  1. Create .sercretsrc file:
{
  "proxy": {
    "userᵻ": "xxxxxx",
    "passᵻ": "xxxxxx",
    "hostᵻ": "xxxxx",
    "portᵻ": "xxxxxx",
    "reboot-linkᵻ": "xxxxxx"
  },
  "rpc": {
    "alchemy": {
      "keyᵻ": "xxxxxxx"
    }
  },
  "okx": {
    "keyᵻ": "xxxxxxx",
    "secretᵻ": "xxxxxx",
    "passwordᵻ": "xxxxxxx"
  },
  "randommer": {
    "keyᵻ": "xxxxxxx"
  },
  "qnode": {
    "keyᵻ": "xxxxxxx"
  };
}
  1. Encrypt dependencies
make encrypt-secrets
  1. Generate or restore profiles with Profile generator
make profile

Contributing

Contributions are always welcome! Open a PR or an issue!

Please look into makefile for commands

Releases

No releases published

Packages

No packages published