Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@versatus/versatus-javascript
Advanced tools
### Overview This repository provides some essential tools and interfaces for developing **Programs** for the **LASR** network using Typescript. It provides a number of helpful types, classes, examples, and functions to aid in the building of LASR progra
This repository provides some essential tools and interfaces for developing Programs for the LASR network using Typescript. It provides a number of helpful types, classes, examples, and functions to aid in the building of LASR programs. Along with some helper functions The CLI is used to initialize, build, deploy, and call programs in the network from the terminal.
mkdir your-project-name
cd your-project-name
npm init -y
npm install typescript --save-dev
npx tsc --init
npm install @versatus/versatus-javascript
npx lasrctl init hello-lasr
npx lasrctl build example-program.ts
npx lasrctl test --build example-program --inputJson example-program-inputs
npx lasrctl deploy --build example-program --symbol MYTOKEN --programName "My first token on LASR"
Note: the program deploy may fail on it's first attempt. If so, try it once more
secret_key
in the .lasr
folder.cat .lasr/wallet/keypair.json | jq -r '.[0].secret_key'
FAQs
### Overview This repository provides some essential tools and interfaces for developing **Programs** for the **LASR** network using Typescript. It provides a number of helpful types, classes, examples, and functions to aid in the building of LASR progra
The npm package @versatus/versatus-javascript receives a total of 85 weekly downloads. As such, @versatus/versatus-javascript popularity was classified as not popular.
We found that @versatus/versatus-javascript demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.