Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
seabug-contracts
Advanced tools
A library for interacting with Seabug smart contracts via the Cardano Transaction Lib (CTL).
A library for interacting with Seabug smart contracts via the Cardano Transaction Lib (CTL).
Use spago test
to run the tests. Something like nix build .#checks.<system>.seabug-contracts
can also be used, where <system>
is something like x86_64-linux
.
The minting process currently requires some manual steps. To mint a new NFT:
seabug/scripts/mint-nft.sh
)mint-nft.sh
prints this out)make run-dev
and open the link from the console in chrome; this will trigger the minting
privateKey <- liftM (error "Failed to parse private key") $
privateKeyFromBytes
=<< hexToRawBytes "<secret key>"
privateStakeKey <- liftM (error "Failed to parse private stake key")
$ privateKeyFromBytes
=<< hexToRawBytes "<secret stake key>"
let wallet = Just $ mkKeyWallet (wrap privateKey) (Just $ wrap privateStakeKey)
seabug/scripts/prepare-wallet.sh
(make sure to add ada to that wallet)
cardano-cli stake-address key-gen --signing-key-file stake.skey --verification-key-file stake.vkey
can be used to get a stake keynft-marketplace-server
database with admin/create_artist
FAQs
A library for interacting with Seabug smart contracts via the Cardano Transaction Lib (CTL).
The npm package seabug-contracts receives a total of 0 weekly downloads. As such, seabug-contracts popularity was classified as not popular.
We found that seabug-contracts 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.