The Quorum plugin for Ethereum's Remix IDE adds support for creating and interacting with private contracts on a Quorum network.
Just go to the Remix IDE and activate the Quorum Network plugin on the plugins page. For step-by-step instructions, go to the Getting Started doc.
CORS Issues:
Quorum Plugin for Remix is built on open source and we invite you to contribute enhancements. Upon review you will be required to complete a Contributor License Agreement (CLA) before we are able to merge. If you have any questions about the contribution process, please feel free to send an email to info@goquorum.com.
yarn install
yarn start
The Quorum plugin uses NightwatchJS to run integration tests on chrome and firefox.
First you need to make a copy of .env.local.template called .env.local Then either replace the password placeholder with the rpc password, or uncomment the bottom section to use your local 7nodes instance to run the tests.
Once those environment variables are set up, run one of the following:
yarn test_chrome
yarn test_firefox
To extend or add new tests, go to the test-browser/tests folder.
yarn build
to run a production build of the plugin. The output is in the build/ directory.
yarn serve
to serve the build folder from port 3000
Stuck at some step? Please join our slack community for support.