Skip to content

pointnetwork/tube.point

Repository files navigation

Tube Point

Welcome to the Tube point.

Tube point is the application clone as videos streaming like Youtube.

This is a React JS app. So you will need to install dependencies for it and run a build watcher if you want to develop it further.

Main Libraries

This point.tube Zapp uses:

Deploy the site to YNet using Point Node

Build the Zapp

Since this a React JS site it rquires to be built before it can be deployed as follows:

npm i
npm run build

Now a public folder will be created containing the deployable built site.

Clone the Point Network repo, install dependencies and start the node (connecting to Ynet)

Note that when you start the node it will use your key file found in your local point directory: ~/.point/keystore/key.json. If you do not have this file then the node will not start. To create this file simply install Point Network Alpha.

git clone [email protected]:pointnetwork/pointnetwork.git
cd pointnetwork
nvm use
npm i
npm run start

Run the Point Deployer CLI

Note this command is run from the pointnetwork cloned repo (see above and assumes the Zapp is one level below the directoy where the command is run.

cd pointnetwork
./point deploy ../tube.point --contracts
``

About

Decentralized video hosting like Youtube/Vimeo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published