
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
bitcoin-unlimited-web
Advanced tools
The Bitcoin Unlimited website, hosted at https://bitcoinunlimited.info
This is a node.js project requiring the npm package manager.
The following will install and build the project.
git clone git@github.com:BitcoinUnlimited/BitcoinUnlimitedWeb.git
cd BitcoinUnlimitedWeb
npm install
npm run build
To automatically rebuild and restart the server upon changes to src, use both npm run watch and npm run nodemon.
Open http://localhost:8080 to view your website.
npm start: Start the servernpm run bower: Install the bower dependenciesnpm run build: Build the project into the .dist foldernpm run watch: Watch the src directory for changes, and rebuild when changednpm run nodemon: Use nodemon to run the server and restart when .dist is changedTo add a page to the website:
your-new-page.jsx in the src/public/views/pages directory. See src/public/views/pages/index.jsx for an example.src/public/views/main.jsx.npm install bitcoin-unlimited-web --save
var BitcoinUnlimitedWeb = require('bitcoin-unlimited-web');
FAQs
The Bitcoin Unlimited web site
The npm package bitcoin-unlimited-web receives a total of 2 weekly downloads. As such, bitcoin-unlimited-web popularity was classified as not popular.
We found that bitcoin-unlimited-web demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.