frontend-moon-wallet
frontend-moon-wallet copied to clipboard
Api's not working.
https://api.moonwallet.tech API not working.
Yeah, the domain name is expired and we don't see any reason to pay for it now and in the future. You can run backend locally https://github.com/secret-tech/backend-token-wallets
thanks for reply @hlogeon. Yes, I have checked this backend project. I have followed the instruction which is mention in the README file. But I am getting Error when Running the Project.
Node version:- v10.15.3 NPM version:- 6.4.1
I have run these Command:-
- docker-compose -f docker-compose.test.yml build --no-cache
- docker-compose -f docker-compose.test.yml run API /bin/sh
- npm i
- npm run start:test
But when I am Running npm run start:test. Getting the following error:-
[nodemon] watching: /Volumes/Data/pankajReactNative/2019/June/backend-token-wallets-develop/src/**/*
[nodemon] starting mocha -r ts-node/register -r test/prepare.ts src/**/*.spec.ts
(node:6170) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(node:6170) UnhandledPromiseRejectionWarning: MongoError: failed to connect to server [127.0.0.1:27017] on first connect [MongoError: connect ECONNREFUSED 127.0.0.1:27017]
at Pool.
can you help me regarding this?