Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
This library is designed for easy integration of third-party developers and corporations with MinaNFT, allowing them to start minting NFTs, adding public and private keys, and verifying data off-chain and on-chain within one hour with easy and intuitive API
yarn add minanft
https://www.npmjs.com/package/minanft
https://github.com/dfstio/minanft-lib-example
https://faucet.minaprotocol.com
const nft = new MinaNFT({ name: `@test` });
nft.updateText({
key: `description`,
text: "This is my long description of the NFT. Can be of any length, supports markdown.",
});
nft.update({ key: `twitter`, value: `@builder` });
nft.update({ key: `secret`, value: `mysecretvalue`, isPrivate: true });
await nft.updateImage({
filename: "./images/navigator.jpg",
pinataJWT,
});
const map = new MapData();
map.update({ key: `level2-1`, value: `value21` });
map.update({ key: `level2-2`, value: `value22` });
map.updateText({
key: `level2-3`,
text: `This is text on level 2. Can be very long`,
});
await map.updateFile({
key: "woman",
filename: "./images/woman.png",
pinataJWT,
});
const mapLevel3 = new MapData();
mapLevel3.update({ key: `level3-1`, value: `value31` });
mapLevel3.update({ key: `level3-2`, value: `value32`, isPrivate: true });
mapLevel3.update({ key: `level3-3`, value: `value33` });
map.updateMap({ key: `level2-4`, map: mapLevel3 });
nft.updateMap({ key: `level 2 and 3 data`, map });
console.log(`metadata json:`, JSON.stringify(nft.toJSON(), null, 2));
const tx = await nft.mint({
deployer,
owner,
pinataJWT,
nameService,
});
console.log() output:
{
"name": "@test",
"description": "This is my long description of the NFT. Can be of any length, supports markdown.",
"image": "https://ipfs.io/ipfs/QmaRZUgm2GYCCjsDCa5eJk4rjRogTgY6dCyXRQmnhvFmjj",
"external_url": "https://minanft.io/@test",
"version": "1",
"properties": {
"description": {
"data": "18517207261845548419976623877380749961354033201106730554029419367822129049904",
"kind": "text",
"linkedObject": {
"type": "text",
"MerkleTreeHeight": 8,
"size": 80,
"text": "This is my long description of the NFT. Can be of any length, supports markdown."
}
},
"twitter": { "data": "@builder", "kind": "string" },
"image": {
"data": "10933230901147616890011856723104406636132207767661104022200152886713008012214",
"kind": "image",
"linkedObject": {
"type": "file",
"fileMerkleTreeRoot": "12270219107974990626194443794620557463255219768178943904127152237423102258649",
"MerkleTreeHeight": 15,
"size": 447504,
"mimeType": "image/jpeg",
"SHA3_512": "Xi6MogV1W1lxB+kS/lx4QlZoNIbMLjK/x0Re8k5Ldmd/1oLdFysw45dULcNVpWSKaJ7HGiJb5gV8cC63mHrCCw==",
"filename": "navigator.jpg",
"storage": "i:QmaRZUgm2GYCCjsDCa5eJk4rjRogTgY6dCyXRQmnhvFmjj"
}
},
"level 2 and 3 data": {
"data": "11885314413346415507686033256426043319433077311130413960112944947713555004108",
"kind": "map",
"linkedObject": {
"type": "map",
"properties": {
"level2-1": { "data": "value21", "kind": "string" },
"level2-2": { "data": "value22", "kind": "string" },
"level2-3": {
"data": "17918742563826681862408641965129071963958922660597457205933767099995396120858",
"kind": "text",
"linkedObject": {
"type": "text",
"MerkleTreeHeight": 7,
"size": 41,
"text": "This is text on level 2. Can be very long"
}
},
"woman": {
"data": "19568479839056312372186989986426075833813097455848029420463865331716879702558",
"kind": "image",
"linkedObject": {
"type": "file",
"fileMerkleTreeRoot": "4911692193899654945543701504504186590310741443090166466526044610874096406940",
"MerkleTreeHeight": 15,
"size": 265511,
"mimeType": "image/png",
"SHA3_512": "LvUjVX9PlqxWsfHgIf3lvpVFy7o5hAcHVAFueQt+RP4hyr6h2f6XyeinP5jwgKhcogOhEyxHchdBdnvbdeDL9A==",
"filename": "woman.png",
"storage": "i:Qme3jDkLmEKHDkkMpp1H15zzWhQMmqBizVBcRj2UmWe5Lj"
}
},
"level2-4": {
"data": "8285588111605202531040894738541072590635328681101967631265604553962773840451",
"kind": "map",
"linkedObject": {
"type": "map",
"properties": {
"level3-1": { "data": "value31", "kind": "string" },
"level3-3": { "data": "value33", "kind": "string" }
}
}
}
}
}
}
}
}
FAQs
MinaNFT Typescript/JavaScript integration library
The npm package minanft receives a total of 0 weekly downloads. As such, minanft popularity was classified as not popular.
We found that minanft demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.