
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@doc.ai/nrn-brainstem
Advanced tools
Stem and related smart contracts
This repository is home to all of doc.ai's smart contracts. It makes available the smart contracts themselves (in solidity), the tests that we run against each contract, and evaluations of these contracts in terms of properties such as gas overhead and security.
The respository also includes tools that can be used to deploy these contracts to Ethereum-based blockchains.
To deploy a smart contract in this repository, you can use the deploy script. For example, to deploy the Stem contract through a geth node, assuming you start off in the respository root directory, you could run:
node deploy.js --provider-type ipc \
--provider <path to geth ipc socket> \
--contract-file src/stem.sol \
--contract-name Stem \
--sender-address <address of wallet which should send the transaction> \
Stem STM 1200000
The last three positional arguments are passed directly to the contract constructor. In this case,
they specify that the Stem contract should be deployed with name Stem, symbol STM, and with
a supply of 1,200,000 tokens.
You can get more help on the deploy script at the command line:
node deploy.js --help
You can use the connect script to connect to a deployed contract. This is useful if you would like to interact with a contract that you deployed through a node REPL, for example.
node v9.11.1 or laterSimply run:
npm install
From project root:
npm test
To run specific tests:
npm test <path to test>
FAQs
NRN and related smart contracts
We found that @doc.ai/nrn-brainstem demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.