staged-proposal-processor-plugin
No description available.
File Explorer
Download Latest Version (.zip)- check-artifacts.yml
- release.yml
- test.yml
- settings.json
- settings.json
- StagedProposalProcessor.adoc
- nav.adoc
- compatible-plugins.adoc
- index.adoc
- nav.adoc
- antora.yml
- bunfig.toml
- package.json
- prepare-docs.js
- prepare-docs.sh
- buffer
- ens-contracts
- forge-std
- just-foundry
- openzeppelin-contracts
- openzeppelin-contracts-upgradeable
- osx
- osx-commons
- abi.ts
- addresses.json
- index.ts
- bun.lock
- CHANGELOG.md
- justfile
- package.json
- prepare-abi.sh
- README.md
- sync-addresses.sh
- tsconfig.json
- Base.sol
- Deploy.s.sol
- new-version-proposal-metadata.json
- NewVersion.s.sol
- Errors.sol
- Permissions.sol
- PluginSettings.sol
- SPPRuleCondition.sol
- build-metadata.json
- release-metadata.json
- StagedProposalProcessor.sol
- StagedProposalProcessorSetup.sol
- ForkBaseTest.t.sol
- stagedProposalProcessor.t.sol
- stagedProposalProcessorSetup.t.sol
- upgradeV1_1ToV1_2.t.sol
- advanceProposal.t.sol
- advanceProposal.tree
- cancel.t.sol
- cancel.tree
- canExecute.t.sol
- canExecute.tree
- canProposalAdvance.t.sol
- canProposalAdvance.tree
- createProposal.t.sol
- createProposal.tree
- edit.t.sol
- edit.tree
- execute.t.sol
- execute.tree
- getProposalTally.t.sol
- getProposalTally.tree
- hasSucceeded.t.sol
- hasSucceeded.tree
- IProposalCreateProposal.t.sol
- IProposalCreateProposal.tree
- upgradeability.t.sol
- stagedProposalProcessor.sol
- initialize.t.sol
- initialize.tree
- isGranted.t.sol
- isGranted.tree
- updateRules.t.sol
- updateRules.tree
- createPluginProposals_64_63_Rule.t.sol
- createPluginProposals_64_63_Rule.tree
- getMetadata.t.sol
- getMetadata.tree
- getProposal.t.sol
- getProposal.tree
- getStages.t.sol
- getStages.tree
- initialize.t.sol
- initialize.tree
- msgData.t.sol
- msgData.tree
- msgSender.t.sol
- msgSender.tree
- reportProposalResult.t.sol
- reportProposalResult.tree
- setMetadata.t.sol
- setMetadata.tree
- setTrustedForwarder.t.sol
- setTrustedForwarder.tree
- updateStages.t.sol
- updateStages.tree
- stagedProposalProcessor.sol
- prepareInstallation.t.sol
- prepareInstallation.tree
- prepareUninstallation.t.sol
- prepareuninstallation.tree
- prepareUpdate.t.sol
- prepareUpdate.tree
- PluginA.sol
- PluginACondition.sol
- PluginB.sol
- PluginBCondition.sol
- PluginC.sol
- GasExpensivePlugin.sol
- SppHarness.sol
- SPPStorageV1.sol
- Assertions.sol
- Constants.sol
- Events.sol
- Fuzzers.sol
- Target.sol
- TrustedForwarder.sol
- Types.sol
- BaseTest.t.sol
- RuleConditionConfiguredTest.t.sol
- StagedConfiguredSharedTest.t.sol
- .env.example
- .gitignore
- .gitmodules
- .prettierignore
- .solhint.json
- .solhintignore
- .vars.yaml
- CHANGELOG.md
- CONTRIBUTIONS.md
- foundry.toml
- justfile
- README.md
- remappings.txt
# Installation Guide
1. Get the code
git clone https://github.com/aragon/staged-proposal-processor-plugin
Downloads the entire project code from GitHub to your computer.
cd staged-proposal-processor-plugin
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd docs-gen
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
