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.
@0xcert/ethereum-asset-ledger
Advanced tools
## Available methods
A list of all available methods.
### Mutations
await ledger.assignAbilities(accountId, abilities);
await ledger.revokeAbilities(accountId, abilities);
await ledger.setEnabled(state);
await ledger.approveAccount(assetId, takerId); // ERC20 ERC721
await ledger.createAsset({ accountId, assetId, proof });
await ledger.updateAsset(assetId, { proof });
await ledger.destroyAsset(assetId);
await ledger.revokeAsset(assetId);
await ledger.update({ uriBase });
### Queries
await ledger.getAbilities(accountId);
await ledger.getCapabilities();
await ledger.getInfo();
await ledger.getSupply();
await ledger.isEnabled();
await ledger.isAprovedAccount(takerId, assetId); // ERC20 ERC721
await ledger.getAprovedAccount(assetId); // ERC20 ERC721
await ledger.getBalance(accountId);
await ledger.getAssetAccount(assetId);
await ledger.getAsset(assetId); // proof, uri, assetId
## TODO
await ledger.transferAsset({ id, to, data? }); // Safe transfer is done, still needs normal transfer based on provider info implementation.
await ledger.setOperator(accountId, bool); // how to name this?
await ledger.isOperator(ownerId, accountId);
await ledger.clamTransferAsset(); // ??; transfer where from is not you
ledgerId
ko je contract zdeployanFAQs
Asset ledger module for asset management on the Ethereum blockchain.
The npm package @0xcert/ethereum-asset-ledger receives a total of 25 weekly downloads. As such, @0xcert/ethereum-asset-ledger popularity was classified as not popular.
We found that @0xcert/ethereum-asset-ledger demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.