Example of inpage provider integration
Fist clone repository and install dependencies:
git clone https://github.com/web3sp/inpage-provider-playground
cd inpage-provider-playground
npm i
npm start
Please refer to project's code style for submitting patches and additions.
- Fork the repo on GitHub
- Clone the project to your own machine.
- If you're fixing bug or adding a new feature, create related issue.
- Commit changes to your own branch.
- Push your work back up to your fork.
- Submit a Pull request so that we can review your changes.
NOTE: Be sure to merge the latest from "upstream" before making a pull request!