
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@levelk/futarchy-template
Advanced tools
Aragon DAO template for deploying a futarchy DAO instance
run npm run newFutarchyDAO:staging
to deploy to rinkeby
look for the DeployDAO
event in the output to get the address of the newly deployed rinkeby DAO:
...
event: 'DeployDao',
args: { dao: '<address_of_rinkeby_dao>' } },
...
go to rinkeby.aragon.org/#/<address_of_rinkeby_dao>
The template deploys the latest versions of Futarchy and Oracle Manager published to the open.aragonpm.eth
APM on rinkeby.
If the apps are not showing up in the DAO, the front-end code might not be propagated to aragon's IPFS node ipfs.eth.aragon.network
. Propagate latest versions by adding to aragon/deployments via scripts/save
and submitting a PR.
Copy config.default.json
to config.local.json
.
pull the aragon/aragon repo locally (the aragon front-end). Checkout latest release (currently 0.8.0-hotifx). Run npm install
.
run npm run compile
run npm run devchain:reset
and clear application cache for localhost:3000
(Aragon client)
deploy github.com/levelkdev/token-price-oracles
npm run deploy:local
tokenPriceDataFeed
address to the oracleManagerSettings.dataFeedSources
arraydeploy github.com/levelkdev/futarchy-app
:
npm run deploy:lib_workaround:local
aragon apm publish major --files dist --environment local
deploy github.com/levelkdev/oracle-manager-app
:
aragon apm publish major --files dist --environment local
run npm run deploy:rpc
to deploy the template to the local devchain
Copy the deployed template address to "futarchyTemplateAddress"
in config.local.json
run npm run newFutarchyDAO:local
to deploy a futarchy DAO to the local devchain. Save the DAO address that is output in the event logs.
from the aragon/aragon
repo, run npm run start:local
go to localhost:3000/#/<DAO_ADDRESS>
Use this script to set a decision to YES or NO
npm run setDecision:local <futarchyAppAddress> <decisionID> <YES||NO>
FAQs
Template for futarchy DAOs
We found that @levelk/futarchy-template 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.