Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@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.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.