Internal service that signs and broadcasts Akash transactions.
GET /healthzhealth checkPOST /v1/tx/fundingsign and broadcast with the funding walletPOST /v1/tx/derivedsign and broadcast with a derived wallet
Copy env/.env.sample to the env file you use and set:
PORTSERVER_ORIGINRPC_NODE_ENDPOINTFUNDING_WALLET_MNEMONIC_V1FUNDING_WALLET_MNEMONIC_V2DERIVATION_WALLET_MNEMONIC_V1DERIVATION_WALLET_MNEMONIC_V2GAS_DEFAULT_MULTIPLIERGAS_RECOVERY_MULTIPLIERAVERAGE_GAS_PRICEWALLET_BATCHING_INTERVAL_MS
npm run devwatch buildnpm run prodrun compiled server
npm run testnpm run test:unitnpm run test:functional