An open source web3 decentralized video sharing 🎥 platform running on blockchain ⛓

Related tags

Video/Audio DapTube
Overview

DapTube ⚡️

A decentralized open source video sharing 🎥 platform on web3

  • Share videos & movies without restrictions
  • 💰 Monetise your content
  • 🔐 We do not keep your data. Heck! We don't even need your name
  • 🕵🏾‍♂️ You remain anonymous forever!

🛠 Under development

DapTube screen

Daptube homescreen

Watch video screen

Upload video on DapTube

Comments
  • [Snyk] Upgrade react-svg from 14.1.6 to 14.1.19

    [Snyk] Upgrade react-svg from 14.1.6 to 14.1.19

    Snyk has created this PR to upgrade react-svg from 14.1.6 to 14.1.19.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 13 versions ahead of your current version.
    • The recommended version was released 8 months ago, on 2022-04-22.
    Release notes
    Package name: react-svg from react-svg GitHub release notes
    Commit messages
    Package name: react-svg
    • 37dac18 Release v14.1.19
    • 9f31ee5 Update typescript-eslint monorepo to v5.20.0
    • 356c705 Update dependency async to 2.6.4 [SECURITY]
    • d5d3f1a Update dependency @ testing-library/react to v13.1.1
    • bafcf88 Update dependency rollup to v2.70.2
    • 737d1f9 Update dependency @ types/react-dom to v18.0.1
    • a446e04 Update dependency @ types/node to v16.11.27
    • 9fe65dc Update dependency react-scripts to v5.0.1
    • d904108 Update typescript-eslint monorepo to v5.19.0
    • d9af60a Update dependency @ testing-library/react to v13.0.1
    • ea72bbc Update dependency eslint to v8.13.0
    • 0dd21e2 Update dependency @ types/react-dom to v18
    • 720baf4 Update dependency @ types/react-dom to v17.0.15
    • 00963fa Update dependency @ types/react to v17.0.44
    • cb922f0 Update dependency @ types/prop-types to ^15.7.5
    • 7d2081b Update babel monorepo to v7.17.9
    • a2e7bc8 Merge pull request #1735 from tanem/fix-example
    • 594406a Fix fallback example
    • 5b55bd1 Merge pull request #1734 from tanem/fix-example
    • c39d0b1 Fix umd prod example
    • def58a0 Merge pull request #1733 from tanem/housekeeping
    • 0008c92 Keep umd examples on older React
    • 4556e1b Decruft umd examples
    • b3d1039 Update examples for React 18 & new JSX transform

    Compare


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
  • [Snyk] Upgrade web3 from 1.6.1 to 1.8.1

    [Snyk] Upgrade web3 from 1.6.1 to 1.8.1

    Snyk has created this PR to upgrade web3 from 1.6.1 to 1.8.1.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 19 versions ahead of your current version.
    • The recommended version was released 2 months ago, on 2022-11-10.

    The recommended version fixes:

    Severity | Issue | PriorityScore (*) | Exploit Maturity | :-------------------------:|:-------------------------|-------------------------|:------------------------- | Information Exposure
    SNYK-JS-SIMPLEGET-2361683 | 547/1000
    Why? Proof of Concept exploit, CVSS 8.8 | Proof of Concept | Open Redirect
    SNYK-JS-GOT-2932019 | 547/1000
    Why? Proof of Concept exploit, CVSS 8.8 | No Known Exploit | Open Redirect
    SNYK-JS-GOT-2932019 | 547/1000
    Why? Proof of Concept exploit, CVSS 8.8 | No Known Exploit

    (*) Note that the real score may have changed since the PR was raised.

    Release notes
    Package name: web3
    • 1.8.1 - 2022-11-10

      Fixed

      • Fixed types for getPastEvents (#4955) (#5260)
      • Fix Log type by adding missing removed property (#4877)

      Changed

      • Updated dependencies (#5529)
    • 1.8.1-rc.0 - 2022-10-28

      Fixed

      • Fixed types for getPastEvents (#4955) (#5260)
      • Fix Log type by adding missing removed property (#4877)

      Changed

      • Updated dependencies (#5529)
    • 1.8.0 - 2022-09-14

      Changed

      • Updated sha3 and sha3Raw type definition to accept Buffer (#5357)
      • Removing legacy field in lerna.json (#5403)
      • Correct eth_sendSignedTransaction code example (#5402)

      Fixed

      • Browser builds support polyfills (#5031) (#5053) (#4659) (#4767)
      • Update node version on actions to fix breaking mosaic test (#5354)
      • Start incrementing jsonrpc.id from random number (#5327)
      • web3-eth-contract's call and send methods no longer mutate options argument (#5394)
      • Improvement using provided gas options in web3-eth-accounts for eip-1559 transactions (#5012)

      Added

      • Add missing function type "receive" in AbiType (#5165)
      • Support of safe and finalized block tags added (#5410)
    • 1.8.0-rc.0 - 2022-09-08

      Changed

      • Updated sha3 and sha3Raw type definition to accept Buffer (#5357)
      • Removing legacy field in lerna.json (#5403)
      • Correct eth_sendSignedTransaction code example (#5402)

      Fixed

      • Browser builds support polyfills (#5031) (#5053) (#4659) (#4767)
      • Update node version on actions to fix breaking mosaic test (#5354)
      • Start incrementing jsonrpc.id from random number (#5327)
      • web3-eth-contract's call and send methods no longer mutate options argument (#5394)
      • Improvement using provided gas options in web3-eth-accounts for eip-1559 transactions (#5012)

      Added

      • Add missing function type "receive" in AbiType (#5165)
      • Support of safe and finalized block tags added (#5410)
    • 1.7.5 - 2022-08-01

      1.7.5

      Changed

      • Replace xhr2-cookies deps to cross-fetch for web3-providers-http (#5085)

      Added

      • Documentation details about maxFeePerGas and maxPriorityFeePerGas (#5121)
      • Added createAccessList types in web3.eth (#5146)

      Fixed

      • Improving AbstractProvider interface (#5150)
      • Fix typos in web3-eth-accounts.rst & TESTING.md (#5047)
      • Fix remove wallet using an index when an account address and address lowercase are equal (#5049)
      • Improve README.md & Fix typos (#4848)
      • Add optional hex formatting parameter for getTransactionrReceipt (#5153)
      • Fix transactionRoot -> transactionsRoot in BlockHeader (#5083)
      • Fix Promise in Accounts.signTransaction() throwing errors that cannot be caught (#4724)
      • Fixed unit tests & removed dead code for web3-providers-http (#5228)

      Security

      • Updated got lib version and fixed other libs using npm audit fix (#5178) (#5254)
    • 1.7.5-rc.1 - 2022-07-19

      Fixed

      • Fixed unit tests & removed dead code for web3-providers-http (#5228) It fixed (#5235) and (#5236) Issues.
    • 1.7.5-rc.0 - 2022-07-15
    • 1.7.4 - 2022-06-21
    • 1.7.4-rc.2 - 2022-06-16
    • 1.7.4-rc.1 - 2022-06-08
    • 1.7.4-rc.0 - 2022-05-17
    • 1.7.3 - 2022-04-08
    • 1.7.3-rc.0 - 2022-04-07
    • 1.7.2 - 2022-04-07
    • 1.7.2-rc.0 - 2022-03-24
    • 1.7.1 - 2022-03-03
    • 1.7.1-rc.0 - 2022-02-10
    • 1.7.0 - 2022-01-17
    • 1.7.0-rc.0 - 2021-12-09
    • 1.6.1 - 2021-11-15
    from web3 GitHub release notes
    Commit messages
    Package name: web3
    • 65d27a5 Build for 1.8.1
    • b3fd92e v1.8.1
    • 751d85b Manual build commit for 1.8.1-rc.0
    • b9b8a0c v1.8.1-rc.0
    • 49dae94 npm i npm audit fix and changelog update
    • 32b4c79 Add `removed` property to `Log` type (#4877) (#5576)
    • b737d27 Update 1.x Dependencies (#5529)
    • a7b5dea Update index.d.ts (#5260)
    • c924148 Release 1.8.0 (#5421)
    • f616e9f docs: Fix example of tx usage (#5402)
    • 1052540 Adding Twitter button (#5415)
    • 6311abe Merge block tags support 5199 (#5410)
    • bd99127 4.x info messages in 1.x (#5412)
    • a6ebb2a Nikos/5071/investigate signtransaction testcases (#5377)
    • f07bae2 Update: using provided gas options for eip-1559 tx (#5012) (#5418)
    • 67f7413 Fix: add missing function type "receive" (#5165) (#5417)
    • edcd215 github actions update node version - changelog update (#5361)
    • 97e604d update lerna.json (#5403)
    • 0541faa Update contract class to not mutate options object (#5394)
    • 0d38050 Start incrementing jsonrpc message id from random number (#5371)
    • fce653d adding browser support polyfill (#5274)
    • 4524ea0 Update `sha3` and `sha3Raw` type definitions to accept `Buffer` (#5357)
    • 9f4e7c0 update node versions (#5354)
    • d64a26a updating pull request template (#5310)

    Compare


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
  • [Snyk] Upgrade react-router-dom from 6.2.1 to 6.4.5

    [Snyk] Upgrade react-router-dom from 6.2.1 to 6.4.5

    Snyk has created this PR to upgrade react-router-dom from 6.2.1 to 6.4.5.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 36 versions ahead of your current version.
    • The recommended version was released 22 days ago, on 2022-12-07.
    Release notes
    Package name: react-router-dom
    • 6.4.5 - 2022-12-07
    • 6.4.5-pre.2 - 2022-12-06
    • 6.4.5-pre.1 - 2022-12-06
    • 6.4.5-pre.0 - 2022-12-05
    • 6.4.4 - 2022-11-30
    • 6.4.4-pre.2 - 2022-11-29
    • 6.4.4-pre.1 - 2022-11-28
    • 6.4.4-pre.0 - 2022-11-23
    • 6.4.3 - 2022-11-01
    • 6.4.3-pre.2 - 2022-10-28
    • 6.4.3-pre.1 - 2022-10-25
    • 6.4.3-pre.0 - 2022-10-21
    • 6.4.2 - 2022-10-05
    • 6.4.2-pre.1 - 2022-10-04
    • 6.4.2-pre.0 - 2022-09-30
    • 6.4.1 - 2022-09-21
    • 6.4.1-pre.0 - 2022-09-20
    • 6.4.0 - 2022-09-13
    • 6.4.0-pre.15 - 2022-09-08
    • 6.4.0-pre.14 - 2022-08-31
    • 6.4.0-pre.13 - 2022-08-18
    • 6.4.0-pre.12 - 2022-08-10
    • 6.4.0-pre.11 - 2022-08-02
    • 6.4.0-pre.10 - 2022-07-22
    • 6.4.0-pre.9 - 2022-07-14
    • 6.4.0-pre.8 - 2022-06-22
    • 6.4.0-pre.7 - 2022-06-10
    • 6.4.0-pre.6 - 2022-06-09
    • 6.4.0-pre.5 - 2022-06-08
    • 6.4.0-pre.4 - 2022-06-08
    • 6.4.0-pre.3 - 2022-06-06
    • 6.4.0-pre.2 - 2022-05-23
    • 6.4.0-pre.0 - 2022-05-23
    • 6.3.0 - 2022-03-31
    • 6.2.2 - 2022-02-28
    • 6.2.2-pre.0 - 2022-02-28
    • 6.2.1 - 2021-12-17
    from react-router-dom GitHub release notes

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
  • [Snyk] Upgrade react-svg from 14.1.6 to 14.1.19

    [Snyk] Upgrade react-svg from 14.1.6 to 14.1.19

    Snyk has created this PR to upgrade react-svg from 14.1.6 to 14.1.19.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 13 versions ahead of your current version.
    • The recommended version was released 8 months ago, on 2022-04-22.
    Release notes
    Package name: react-svg from react-svg GitHub release notes
    Commit messages
    Package name: react-svg
    • 37dac18 Release v14.1.19
    • 9f31ee5 Update typescript-eslint monorepo to v5.20.0
    • 356c705 Update dependency async to 2.6.4 [SECURITY]
    • d5d3f1a Update dependency @ testing-library/react to v13.1.1
    • bafcf88 Update dependency rollup to v2.70.2
    • 737d1f9 Update dependency @ types/react-dom to v18.0.1
    • a446e04 Update dependency @ types/node to v16.11.27
    • 9fe65dc Update dependency react-scripts to v5.0.1
    • d904108 Update typescript-eslint monorepo to v5.19.0
    • d9af60a Update dependency @ testing-library/react to v13.0.1
    • ea72bbc Update dependency eslint to v8.13.0
    • 0dd21e2 Update dependency @ types/react-dom to v18
    • 720baf4 Update dependency @ types/react-dom to v17.0.15
    • 00963fa Update dependency @ types/react to v17.0.44
    • cb922f0 Update dependency @ types/prop-types to ^15.7.5
    • 7d2081b Update babel monorepo to v7.17.9
    • a2e7bc8 Merge pull request #1735 from tanem/fix-example
    • 594406a Fix fallback example
    • 5b55bd1 Merge pull request #1734 from tanem/fix-example
    • c39d0b1 Fix umd prod example
    • def58a0 Merge pull request #1733 from tanem/housekeeping
    • 0008c92 Keep umd examples on older React
    • 4556e1b Decruft umd examples
    • b3d1039 Update examples for React 18 & new JSX transform

    Compare


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
  • [Snyk] Upgrade web3 from 1.6.1 to 1.8.1

    [Snyk] Upgrade web3 from 1.6.1 to 1.8.1

    Snyk has created this PR to upgrade web3 from 1.6.1 to 1.8.1.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 19 versions ahead of your current version.
    • The recommended version was released a month ago, on 2022-11-10.

    The recommended version fixes:

    Severity | Issue | PriorityScore (*) | Exploit Maturity | :-------------------------:|:-------------------------|-------------------------|:------------------------- | Information Exposure
    SNYK-JS-SIMPLEGET-2361683 | 547/1000
    Why? Proof of Concept exploit, CVSS 8.8 | Proof of Concept | Open Redirect
    SNYK-JS-GOT-2932019 | 547/1000
    Why? Proof of Concept exploit, CVSS 8.8 | No Known Exploit | Open Redirect
    SNYK-JS-GOT-2932019 | 547/1000
    Why? Proof of Concept exploit, CVSS 8.8 | No Known Exploit

    (*) Note that the real score may have changed since the PR was raised.

    Release notes
    Package name: web3
    • 1.8.1 - 2022-11-10

      Fixed

      • Fixed types for getPastEvents (#4955) (#5260)
      • Fix Log type by adding missing removed property (#4877)

      Changed

      • Updated dependencies (#5529)
    • 1.8.1-rc.0 - 2022-10-28

      Fixed

      • Fixed types for getPastEvents (#4955) (#5260)
      • Fix Log type by adding missing removed property (#4877)

      Changed

      • Updated dependencies (#5529)
    • 1.8.0 - 2022-09-14

      Changed

      • Updated sha3 and sha3Raw type definition to accept Buffer (#5357)
      • Removing legacy field in lerna.json (#5403)
      • Correct eth_sendSignedTransaction code example (#5402)

      Fixed

      • Browser builds support polyfills (#5031) (#5053) (#4659) (#4767)
      • Update node version on actions to fix breaking mosaic test (#5354)
      • Start incrementing jsonrpc.id from random number (#5327)
      • web3-eth-contract's call and send methods no longer mutate options argument (#5394)
      • Improvement using provided gas options in web3-eth-accounts for eip-1559 transactions (#5012)

      Added

      • Add missing function type "receive" in AbiType (#5165)
      • Support of safe and finalized block tags added (#5410)
    • 1.8.0-rc.0 - 2022-09-08

      Changed

      • Updated sha3 and sha3Raw type definition to accept Buffer (#5357)
      • Removing legacy field in lerna.json (#5403)
      • Correct eth_sendSignedTransaction code example (#5402)

      Fixed

      • Browser builds support polyfills (#5031) (#5053) (#4659) (#4767)
      • Update node version on actions to fix breaking mosaic test (#5354)
      • Start incrementing jsonrpc.id from random number (#5327)
      • web3-eth-contract's call and send methods no longer mutate options argument (#5394)
      • Improvement using provided gas options in web3-eth-accounts for eip-1559 transactions (#5012)

      Added

      • Add missing function type "receive" in AbiType (#5165)
      • Support of safe and finalized block tags added (#5410)
    • 1.7.5 - 2022-08-01

      1.7.5

      Changed

      • Replace xhr2-cookies deps to cross-fetch for web3-providers-http (#5085)

      Added

      • Documentation details about maxFeePerGas and maxPriorityFeePerGas (#5121)
      • Added createAccessList types in web3.eth (#5146)

      Fixed

      • Improving AbstractProvider interface (#5150)
      • Fix typos in web3-eth-accounts.rst & TESTING.md (#5047)
      • Fix remove wallet using an index when an account address and address lowercase are equal (#5049)
      • Improve README.md & Fix typos (#4848)
      • Add optional hex formatting parameter for getTransactionrReceipt (#5153)
      • Fix transactionRoot -> transactionsRoot in BlockHeader (#5083)
      • Fix Promise in Accounts.signTransaction() throwing errors that cannot be caught (#4724)
      • Fixed unit tests & removed dead code for web3-providers-http (#5228)

      Security

      • Updated got lib version and fixed other libs using npm audit fix (#5178) (#5254)
    • 1.7.5-rc.1 - 2022-07-19

      Fixed

      • Fixed unit tests & removed dead code for web3-providers-http (#5228) It fixed (#5235) and (#5236) Issues.
    • 1.7.5-rc.0 - 2022-07-15
    • 1.7.4 - 2022-06-21
    • 1.7.4-rc.2 - 2022-06-16
    • 1.7.4-rc.1 - 2022-06-08
    • 1.7.4-rc.0 - 2022-05-17
    • 1.7.3 - 2022-04-08
    • 1.7.3-rc.0 - 2022-04-07
    • 1.7.2 - 2022-04-07
    • 1.7.2-rc.0 - 2022-03-24
    • 1.7.1 - 2022-03-03
    • 1.7.1-rc.0 - 2022-02-10
    • 1.7.0 - 2022-01-17
    • 1.7.0-rc.0 - 2021-12-09
    • 1.6.1 - 2021-11-15
    from web3 GitHub release notes
    Commit messages
    Package name: web3
    • 65d27a5 Build for 1.8.1
    • b3fd92e v1.8.1
    • 751d85b Manual build commit for 1.8.1-rc.0
    • b9b8a0c v1.8.1-rc.0
    • 49dae94 npm i npm audit fix and changelog update
    • 32b4c79 Add `removed` property to `Log` type (#4877) (#5576)
    • b737d27 Update 1.x Dependencies (#5529)
    • a7b5dea Update index.d.ts (#5260)
    • c924148 Release 1.8.0 (#5421)
    • f616e9f docs: Fix example of tx usage (#5402)
    • 1052540 Adding Twitter button (#5415)
    • 6311abe Merge block tags support 5199 (#5410)
    • bd99127 4.x info messages in 1.x (#5412)
    • a6ebb2a Nikos/5071/investigate signtransaction testcases (#5377)
    • f07bae2 Update: using provided gas options for eip-1559 tx (#5012) (#5418)
    • 67f7413 Fix: add missing function type "receive" (#5165) (#5417)
    • edcd215 github actions update node version - changelog update (#5361)
    • 97e604d update lerna.json (#5403)
    • 0541faa Update contract class to not mutate options object (#5394)
    • 0d38050 Start incrementing jsonrpc message id from random number (#5371)
    • fce653d adding browser support polyfill (#5274)
    • 4524ea0 Update `sha3` and `sha3Raw` type definitions to accept `Buffer` (#5357)
    • 9f4e7c0 update node versions (#5354)
    • d64a26a updating pull request template (#5310)

    Compare


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
  • [Snyk] Upgrade react-router-dom from 6.2.1 to 6.4.4

    [Snyk] Upgrade react-router-dom from 6.2.1 to 6.4.4

    Snyk has created this PR to upgrade react-router-dom from 6.2.1 to 6.4.4.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 32 versions ahead of your current version.
    • The recommended version was released 21 days ago, on 2022-11-30.
    Release notes
    Package name: react-router-dom
    • 6.4.4 - 2022-11-30
    • 6.4.4-pre.2 - 2022-11-29
    • 6.4.4-pre.1 - 2022-11-28
    • 6.4.4-pre.0 - 2022-11-23
    • 6.4.3 - 2022-11-01
    • 6.4.3-pre.2 - 2022-10-28
    • 6.4.3-pre.1 - 2022-10-25
    • 6.4.3-pre.0 - 2022-10-21
    • 6.4.2 - 2022-10-05
    • 6.4.2-pre.1 - 2022-10-04
    • 6.4.2-pre.0 - 2022-09-30
    • 6.4.1 - 2022-09-21
    • 6.4.1-pre.0 - 2022-09-20
    • 6.4.0 - 2022-09-13
    • 6.4.0-pre.15 - 2022-09-08
    • 6.4.0-pre.14 - 2022-08-31
    • 6.4.0-pre.13 - 2022-08-18
    • 6.4.0-pre.12 - 2022-08-10
    • 6.4.0-pre.11 - 2022-08-02
    • 6.4.0-pre.10 - 2022-07-22
    • 6.4.0-pre.9 - 2022-07-14
    • 6.4.0-pre.8 - 2022-06-22
    • 6.4.0-pre.7 - 2022-06-10
    • 6.4.0-pre.6 - 2022-06-09
    • 6.4.0-pre.5 - 2022-06-08
    • 6.4.0-pre.4 - 2022-06-08
    • 6.4.0-pre.3 - 2022-06-06
    • 6.4.0-pre.2 - 2022-05-23
    • 6.4.0-pre.0 - 2022-05-23
    • 6.3.0 - 2022-03-31
    • 6.2.2 - 2022-02-28
    • 6.2.2-pre.0 - 2022-02-28
    • 6.2.1 - 2021-12-17
    from react-router-dom GitHub release notes

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    🛠 Adjust upgrade PR settings

    🔕 Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
Owner
Langford Kwabena
I'm a Software & full-stack web developer
Langford Kwabena
A free NodeJS sniper bot built to work with DxSale. DxLaunch is an open, decentralized platform for token sales.

DxSale sniper bot Purpose This bot allows you to compete with other trading bots when buying a cryptocurrency which is going to be on presale on DxSal

Miroslav Nedelchev 114 Dec 25, 2022
A decentralized Music Ownership System developed on Truffle Suite and React Bootstrap to allow Music artists to upload their content to the blockchain, that can be streamed by users

A decentralized Music Ownership System developed on Truffle Suite and React Bootstrap to allow Music artists to upload their content to the blockchain, that can be streamed by users.

M. Adil Fayyaz 10 Sep 5, 2022
360Site - A website for sharing 360 video experiences.

360Site A website for sharing 360 video experiences. Links Development links happybirthdaynick-f9c86.web.app happybirthdaynick-f9c86.firebaseapp.com P

null 1 Jan 2, 2022
A video message app completely decentralized, apart from the turn server

Doom @WIP Doom (Decentralized Zoom proof of concept) What is this? It's a video message app completely decentralized, apart from the turn server (wip)

Felipe Melo 17 Oct 30, 2022
A Node JS Express/Serverless demo application that creates a slideshow video using the Pexels image library and Shotstack video editing API.

Shotstack Pexels Slideshow Video Demo This project demonstrates how to use the Shotstack cloud video editing API to create a video using an HTML form

Shotstack 25 Dec 9, 2022
A Chrome extension to help you inspect Mp4 video content and find irregularities in video streams.

MP4Inspector A Chrome extension to help you inspect Mp4 video content and find irregularities in video streams. Installation In chrome navigate to chr

Bitmovin 48 Nov 28, 2022
The #1 cross-platform open source music player

Rhyme The #1 Open-Source Music Player Discord: Matrix: A beautiful looking music player which supports Local music files Create custom playlists view

Rhyme Music Player 51 Apr 13, 2022
GOAL: Federated Shorts/Loops Video Platform

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

null 187 Dec 30, 2022
A Cockpit plugin to easily manage samba and NFS file sharing.

cockpit-file-sharing A Cockpit plugin to easily manage samba and NFS file sharing. Table of Contents General Features Samba Manager Screenshot NFS Man

45Drives 190 Jan 3, 2023
Sharing the latest stellar Super Mario 64 runs verified on speedrun.com.

SM64-twitter-bot Sharing the latest stellar Super Mario 64 runs verified on speedrun.com. https://twitter.com/SuperMario64Bot Requirements You will ne

hippolyte 4 Jul 14, 2022
Distributed/Decentralized p2p Audio Timeline

Hello, Timeline Decentralized p2p audio timeline experiment, pluggable with GUN, PeerJS or any other p2p network. About WebRTC is bandwidth expensive

Meething dWebRTC 7 Apr 25, 2022
Source code for a girlfriend bot that you can talk to in VC, video can be found on youtube

Girlfriend Bot This repo is basically the source code for the main youtube video which was basically me creating a girlfriend that i can talk to in VC

UltraX 16 Dec 2, 2022
PancakeSwap Prediction Bot [Fullversion]. Make gains passively while running this bot for PancakeSwap or CandleGenie.

?? PancakeSwap Prediction v1.0.0 ?? This bot wins the majority of rounds on PancakeSwap & CandleGenie based. This bot survived the beta and is now in

null 82 Dec 23, 2022
Colour me! is a simple Discord bot running on Cloudflare Workers that allows server admins to give users the ability to change the colour of their own assigned colour roles!

Colour me! Colour me! is a simple Discord bot that allows server admins to give users the ability to change the colour of their own assigned colour ro

Erisa A 15 Dec 24, 2022
PancakeSwap Prediction Bot 2.0.1 [2022]. Make gains passively while running this bot for PancakeSwap or CandleGenie.

?? PancakeSwap Prediction v2.0.1 Bot (Update 2022) ?? This bot wins majority of rounds on PancakeSwap & CandleGenie based on both market conditions, a

Best Wishes 72 Oct 18, 2022
PancakeSwap Prediction Bot [Fullversion]. Make gains passively while running this bot for PancakeSwap or CandleGenie.

?? PancakeSwap Prediction v3.0 new Update ?? This bot wins the majority of rounds on PancakeSwap based. This bot survived the beta and is now in the f

null 82 Dec 23, 2022
Blockchain Critters for Fighting, Breeding, Gambling for the Degens

Gotchis-Den Blockchain Critters for Fighting, Breeding, Gambling for the Degens. What Is It An experiment to create a blockchain-based game using game

Anthony Albertorio 3 Mar 22, 2022
AmplitudeJS: Open Source HTML5 Web Audio Library. Design your web audio player, the way you want. No dependencies required.

Documentation • Examples • Tutorials • Support Us • Get Professional Help AmplitudeJS is a lightweight JavaScript library that allows you to control t

Server Side Up 3.9k Jan 2, 2023
Meet Muffin - a multipurpose, customizable and open source Discord bot with bunch of useful features for your server!

Meet Muffin - a multipurpose, highly customizable and open source Discord bot with bunch of useful features for your server! Self-hosting notice While

null 0 Oct 21, 2021