solidity
/
2.1.0-beta3
solidity 2.1.0-beta3
Install from the command line:
Learn more about npm packages
$ npm install @onchain-id/solidity@2.1.0-beta3
Install via package.json:
"@onchain-id/solidity": "2.1.0-beta3"
About this version
Smart Contracts for secure Blockchain Identities, implementation of the ERC734 and ERC735 proposal standards.
Learn more about OnchainID and Blockchain Identities on the official OnchainID website: https://onchainid.com.
- Install contracts package to use in your repository
yarn add @onchain-id/solidity
- Require desired contracts in-code (should you need to deploy them):
const { contracts: { ERC734, Identity } } = require('@onchain-id/solidity');
- Require desired interfaces in-code (should you need to interact with deployed contracts):
const { interfaces: { IERC734, IERC735 } } = require('@onchain-id/solidity');
- Access contract ABI
ERC734.abi
and ByteCodeERC734.bytecode
.
- Install dev dependencies
npm ci
- Update interfaces and contracts code.
- Run lint
npm run lint
- Compile code
npm run compile
- Run
npm ci
- Run
npm test
- Test will be executed against a local Hardhat network.
Details
- solidity
- onchain-id
- over 1 year ago
- ISC
- 6 dependencies
Assets
- solidity-2.1.0-beta3.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0