
Publisher
natetrojian
GodotMetamask
HTML5 Only Addon for integrating your Godot project with Metamask (https://metamask.io/). Allows your users to connect their wallets to your Application, and for Application to interact with their wallet Credit to Metamask for the Metamask logo, made available under the MIT License
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
MetamaskAddon
Addon for the Godot Engine for integrating with Metamask
Install
Download from the Godot Asset Library
https://godotengine.org/asset-library/asset/1189
You can also search for Metamask
in the Godot Asset Library
From ZIP
- Download the latest zip here
- Export it into the root folder of your Godot project
- The zip file only contains the addons directory, so it won't affect anything already in your project
From Github Source
- Clone the source code
https://github.com/nate-trojian/MetamaskAddon.git
- Copy everything in the
addons
folder to theaddons
folder in your Godot project
Enabling the plugin
- In Godot, go to
Project > Project Settings... > Plugins
and find the row with the nameMetamask
- Check the box in the
Status
column toEnable
Example
If you've installed the addon from Github, you will be able to run the test scene located here
All functionality in this addon has a sample implementation in this scene to show how it can be used.
Usage
After install the plugin, a Metamask
instance will be available anywhere in your Godot project as an autoloaded singleton.
For more details on how you can use the Metamask instance, see the Usage Doc in the addons folder