
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
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 1 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.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.