https://github.com/hidayatarg/all-coin
https://github.com/hidayatarg/all-coin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hidayatarg/all-coin
- Owner: hidayatarg
- Created: 2020-06-08T21:44:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T09:20:13.000Z (about 4 years ago)
- Last Synced: 2025-01-12T07:13:33.943Z (4 months ago)
- Language: TypeScript
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
README
First add the peer via add peer method
add then make peer value in data to listen to that p2p port: `ws://localhost:6001`
suppose bellow codeFrom Terminal: `HTTP_PORT=3003 P2P_PORT=6003 npm run start`
second way is to give peer manaully - done after bug fixing which will be implemented later
HTTP_PORT=3004 P2P_PORT=6004 PEERS=ws://localhost:6001 npm run start