@rekard0-test/admin-artifacts-test
v1.2.0
Published
The Admin Plugin ABI definition
Downloads
21
Readme
Admin Plugin artifacts
This package contains the ABIs of the OSx Admin plugin, as well as the address of the plugin repository on each network.
Installation
yarn add @aragon/admin-plugin-artifactsUsage
import {
AdminSetupABI,
AdminABI
} from "@aragon/admin-plugin-artifacts";
import { addresses } from "@aragon/admin-plugin-artifacts";You can also open addresses.json directly.
Development
Building the package
Install the dependencies and generate the local ABI definitions.
yarn install
yarn buildThe build script will:
- Move to
packages/contracts. - Install its dependencies.
- Compile the contracts using Hardhat.
- Generate their ABI.
- Extract their ABI and embed it into on
src/abi.ts.
Publish to NPM
Ensure the package version is up to date within package.json before publishing.
Check that only the intended files will be published:
yarn publish --dry-runTo publish the package to NPM, run:
yarn publish --access publicDocumentation
You can find all documentation regarding how to use this plugin in Aragon's documentation here.
Contributing
If you like what we're doing and would love to support, please review our CONTRIBUTING_GUIDE.md here. We'd love to build with you.
Security
If you believe you've found a security issue, we encourage you to notify us. We welcome working with you to resolve the issue promptly.
Security Contact Email: [email protected]
Please do not use the issue tracker for security issues.
