0.0.19 • Published 5 years ago
@myetherwallet/dai-plugin-mewconnect v0.0.19
Fork this repository and replace the sample code with your own to easily build a plugin for dai.js.
src/SampleService.js
is an example of how to structure your plugin's servicessrc/index.js
is an example of how to package your services and contracts into a plugin (so you can inject it into a Maker instance)test/src/SampleService.spec.js
is an example of how to create a Maker instance with your plugin injected, and how to access services from your new plugin
Get started developing with:
yarn
to install dependenciesyarn testchain
will launch a ganache testchain with all relevant Maker contracts deployedAdd tests with the suffix
*.spec.js
in thetest
directory and run them withyarn test
Build the code for production with
yarn build
0.0.19
5 years ago
0.0.18
5 years ago
0.0.16
5 years ago
0.0.17
5 years ago
0.0.15
5 years ago
0.0.14
5 years ago
0.0.13-beta.2
5 years ago
0.0.13-beta.1
5 years ago
0.0.13-beta.3
5 years ago
0.0.12
5 years ago
0.0.11
5 years ago
0.0.10
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago