Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Jutsu Hub is a solidity smart contract component registry. Developed by [Ame Network](https://ame.network/). All solidity developers can share and use these components, and use it to manage and interact with contract projects.
Jutsu Hub is a solidity smart contract component registry. Developed by Ame Network. All solidity developers can share and use these components, and use it to manage and interact with contract projects.
It consists of three parts:
npm install jutsu-cli -g
jutsu new <project name>
Project file directory
├ src/
├ .env
├ config.json
├ .gitignore
└ README.md
src
This folder saves your solidity contract files
.envs
#This is a randomly generated wallet
WALLET_ADDRESS=<Wallet Address>
WALLET_PRIVATE_KEY=<Wallet Private Key>
#Please configure your local network
CUSTOM_RPC=http://127.0.0.1:8545
#Please register pinata https://pinata.cloud/
PINATA_JWT=<Pinata jwt>
The Pinata API JWT key that is used for uploading Solidity projects to IPFS.
How to register and use pinata jwt
config.json
{
"name": "your project name",
"description": "a brief introduction",
"version": "version number",
"license": "open source license",
"github": "github link"
}
jutsu deploy <file path> -a <params> -n <RPC name configured in the .env>
`
example:
jutsu deploy ./src/Test.sol -a "alice" 18 -n CUSTOM_RPC
jutsu add <packagename>@<version number>
example:
jutsu add ame@1.0.0
jutsu publish
Your contract project files will be published to IPFS.
Please make sure the wallet configured in your .env file contains a small amount of OP Mainnet ETH to pay the gas fee.
FAQs
Jutsu Hub is a solidity smart contract component registry. Developed by [Ame Network](https://ame.network/). All solidity developers can share and use these components, and use it to manage and interact with contract projects.
The npm package jutsu-cli receives a total of 10 weekly downloads. As such, jutsu-cli popularity was classified as not popular.
We found that jutsu-cli 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.