From fd82e39bb4a75b728c0ecc2fc94ec2892c30dea4 Mon Sep 17 00:00:00 2001 From: Sem <931684+sembrestels@users.noreply.github.com> Date: Mon, 29 Nov 2021 15:03:32 +0100 Subject: [PATCH] Document evmcrispr use --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a928c62..c87cae5 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,10 @@ install/conviction-beta.aragonpm.eth/(0xc4fbe68522ba81a28879763c3ee33e08b13c499e ``` * `0xc4fbe68522ba81a28879763c3ee33e08b13c499e` is the CSTK token + +Alternatively, you can use [evmcrispr](https://evm-crispr.blossom.software/): +``` +connect token-manager voting +install conviction-beta:new 0xc4fbe68522ba81a28879763c3ee33e08b13c499e ZERO_ADDRESS ZERO_ADDRESS 9998395 2500000 31250 2500000000000000 +grant ANY_ENTITIY conviction-beta:new CREATE_PROPOSALS_ROLE voting +```