
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
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
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.