web3-plugin-workshop-test-erc20
v1.0.0
Published
Template plugin to extend web3.js with additional methods
Downloads
2
Readme
web3-plugin-template
This is a template for creating a repository for web3.js plugin.
How to use
Create your project out of this template.
You can do so by pressing on
Use this template
on the above right corner and then selectCreate new Repositor
. Please, use the conventionweb3-plugin-<name>
for your repo name.Update the
name
anddescription
fileds at yourpackage.json
.Chose a name like:
@<organization>/web3-plugin-<name>
(or the less betterweb3-plugin-<name>
).Update the code inside
src
folder.Modify and add tests inside
test
folder.Publish to the npm registry.
You can publish with something like:
yarn build && npm publish --access public
.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.