- Notifications
You must be signed in to change notification settings - Fork60
Smart Contracts for secure Blockchain Identities, implementation of the ERC734 and ERC735 proposal standards.
License
NotificationsYou must be signed in to change notification settings
onchain-id/solidity
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.abiand 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.
About
Smart Contracts for secure Blockchain Identities, implementation of the ERC734 and ERC735 proposal standards.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.

