
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
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.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.