Bitcoin Forum
May 08, 2024, 06:03:51 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 [137]
  Print  
Author Topic: [ANN][PRESALE] Pareto Network - The P2P Financial Content & Information Marketplace  (Read 64306 times)
paretoer
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
February 15, 2020, 04:58:33 PM
 #2721

Pareto Network Github: https://github.com/ParetoNetwork/ParetoNetworkServer (Latest commit 44ff4a3 20 days ago)

The primary application to power a Pareto Network node. Contains the frontend (Vue.js) and backend (Node.js) for Pareto Network.

Frontend and Backend for calculating ranking and all other functions of the Pareto Network intel feed.

This implements two parts of the ranking algorithm so far, and can do a client side calculation first primarily for cosmetic purposes.

There are only several views:

The splash view - intended to be straight to the point with a clear call to action.

The about view - goes into more detail about what the Pareto Network is and who is behind it

The dashboard - the product, where users can view the stream of intel that they are privy to see

The rank - shows the user their current score and ranking within the Pareto system.

API
Unauthenticated routes include:

POST /v1/sign

GET /v1/rank

DEVELOPMENT SETUP
To start backend Service follow the next steps:

Install the latest Docker version.
The file docker-compose.yml will have all the configuration to deploy Redis and Mongo into your development environment, it will also execute a migration to import a backup into your Mongo instance with the collections required for this project to run.
Before running the Node.js application run: docker-compose up
Finally, the following configuration ass environment variables:
For Mongo the docker container will expose port 27018 so update MONGODB_URI properly to point to your local instance like this: mongodb://localhost:27018/pareto
For Redis the docker container will export port 27017 so you will need to add the following enviroment variable: REDIS_URL with the full connection URL to Redis like this: redis://localhost:27019
For Frontend Application communication, the environment variable FRONTEND_SERVER must be inicializated in http://localhost:8080
if the configuration is successful you should see something like this on your console after you run the Node.js app:
PARETO: Success connecting to Redis
PARETO: Success connecting to Mongo
Pareto Network ranking app listening on port 3000!
To start frontEnd application follow the next steps:

start backend Service
install dependencies if are not installed (inside /frontend folder execute in terminal: npm i)
run application executing in terminal npm run-script --prefix frontend serve on root project folder; or execute npm run-script serve inside /frontend folder
UNIT TEST SETUP
To start unitTest follow the next steps:

make sure that all dependecies are installed (docker, package.json in root project folder, package.json in /frondtend folder)
install vue unit test dependencies with
vue add @vue/unit-mocha (inside /frontend folder)
Before running the test application run: docker-compose up
create a file in /test/ and named mocha.env.js
inside the /test/mocha.env.js create the environment variables according DEVELOPMENT SETUP. The variable SIGN must be contain in json string the return data from MetaMask of the user to be tested:
process.env.REDIS_URL
process.env.MONGODB_URI
process.env.FRONTEND_SERVER
process.env.SIGN
process.env.CRED_MONGODB
process.env.CRED_PARETOCONTRACT
process.env.SPECTED_SCORE
process.env.SPECTED_PRECISION
Execute unit_test backend npm run-script test -- --opts ./mocha.opts
Execute unit_test frontend npm run-script --prefix frontend test:unit
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
KIKI-
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
February 16, 2020, 12:33:07 AM
 #2722

Decentralized ? They are deleting posts..


https://imgur.com/a/zstVC4q

https://imgur.com/a/wiVZw0h
paretoer
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
April 01, 2020, 08:47:08 PM
 #2723

April 1, 2020 - an update to Pareto Network, New Exchange Listing!

PARETO has been listed on Saturn Network (Decentralized Exchange):
Pareto Exchange URL: https://www.saturn.network/exchange/ETH/order-book/0xea5f88e54d982cbb0c441cde4e79bc305e5b43bc
* @saturnprotocol: "Uniswap added to Atomic Orders! Liquidity is now sourced from @UniswapExchange and @KyberNetwork to secure the best price for our traders when using Atomic Instant Swaps & Limit orders!"


Saturn Network Forum PARETO Thread: https://forum.saturn.network/t/pareto-network-pareto-token/6951
paretoer
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
April 21, 2020, 07:00:26 PM
Last edit: April 21, 2020, 07:27:34 PM by paretoer
 #2724

April 21, 2020 - an update to Pareto Network,  Available Exchanges Reminder:


Exchanges that offer PARETO:
1- Uniswap: https://uniswap.exchange/swap/0xea5f88e54d982cbb0c441cde4e79bc305e5b43bc
2- DDEX: https://ddex.io/trade/PARETO-USDC
3- Eterbase: https://eterbase.exchange/markets/PARETOEBASE
4- 1Inch: https://1inch.exchange/#/PARETO/ETH
5- Bamboo Relay: https://bamboorelay.com/trade/PARETO-WETH
6- McafeeDex: https://mcafeedex.com/#PARETO-ETH
7- ForkDelta (EtherDelta): https://forkdelta.app/#!/trade/PARETO-ETH
8- Saturn Network:  https://www.saturn.network/exchange/ETH/order-book/0xea5f88e54d982cbb0c441cde4e79bc305e5b43bc
9- Misa (Gnosis Protocol) : https://mesa.eth.link/
maxttilt
Newbie
*
Offline Offline

Activity: 24
Merit: 1


View Profile
June 06, 2020, 06:28:20 PM
 #2725

cant seem to login to pareto network with metamask. keeps saying i am not signed in to metamask but i am already. any advice? thanks
paretoer
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
July 27, 2020, 01:43:57 PM
 #2726

cant seem to login to pareto network with metamask. keeps saying i am not signed in to metamask but i am already. any advice? thanks

Make sure to have a balance of PARETO in your wallet, Brave browser is a good choice to access the platform for now.
paretoer
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
December 09, 2020, 07:21:56 PM
 #2727

December 9, 2020 - an update to Pareto Network,  Yield Farms launched in collaboration with GYSR

Pareto Network blog: https://blog.pareto.network/yield-farms-launched-in-collaboration-with-gysr-tutorial-7975f9e75d13
Pages: « 1 ... 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 [137]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!