
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@koinos/sdk-as-cli
Advanced tools
  proto files live in the assembly/proto/ folder of your project. (i.e.: assembly/proto/calculator.proto)koinos-sdk-as-cli help
# example for building a calculator contract
# build the debug version
koinos-sdk-as-cli build-all debug calculator.proto
# build the release version
koinos-sdk-as-cli build-all release calculator.proto
This will result in the generation of:
calculator.abi file in the folder abi/calculator-abi.json file in the folder abi/contract.wasm file in the folder build/release and build/debugindex.ts file in the folder assembly/Calculator.boilerplate.ts file in the folder assembly/# example for a calculator contract
koinos-sdk-as-cli generate-abi calculator.proto
This will generate a calculator.abi file in the folder abi/
# example for a calculator contract
koinos-sdk-as-cli generate-contract-as calculator.proto
This will generate a Calculator.boilerplate.tsfile and index.ts file in the folder assembly/
koinos-sdk-as-cli generate-contract-proto
# example for a calculator contract
koinos-sdk-as-cli generate-as-proto calculator/assembly/proto/calculator.proto
koinos-sdk-as-cli run-tests
FAQs
  
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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.