Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 830 Bytes

File metadata and controls

19 lines (15 loc) · 830 Bytes

MetaMask Examples

A collection of examples and useful guides on how we think MetaMask can be used. Examples are split along these lines:

  • MetaMask with X: Learn how to use MetaMask with common tools in the Web3 ecosystem
  • Examples: Explainers about good practises and common problems
  • Starter Kits: Full repos you can use as a canvas to create your projects.

Adding a new example:

  1. Fork this repo
  2. Create a new folder and implement the example
  3. Ensure your code follows lint and prettier rules
  4. Submit a new pull request and a team member will review your code