remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
remix-project/apps/remix-ide/ci/publish_plugin.sh

8 lines
228 B

2 years ago
#!/usr/bin/env bash
set -e
2 years ago
yarn add ipfs-core
2 years ago
HASH=$(sha1sum persist/plugin-$1.zip | cut -d " " -f 1)
2 years ago
npx ts-node apps/remix-ide/ci/publish_plugin.ts $1 $HASH alpha
2 years ago
git clone git@github.com:ethereum/remix-plugins-directory.git