https://github.com/dmihal/helena-burner-plugin
https://github.com/dmihal/helena-burner-plugin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmihal/helena-burner-plugin
- Owner: dmihal
- License: mit
- Created: 2019-08-30T15:11:34.000Z (almost 6 years ago)
- Default Branch: burner-2-plugin
- Last Pushed: 2022-12-11T04:00:54.000Z (over 2 years ago)
- Last Synced: 2025-02-04T19:51:20.626Z (5 months ago)
- Language: JavaScript
- Size: 6.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Helena Plugin
Plugin to add Helena markets to the [Burner Wallet 2](https://github.com/dmihal/burner-wallet-2)
### Setup
Add a token and Helena Plugin to your wallet entry point```
const proton = new ERC20Asset({
id: 'xpp',
name: 'xP+',
network: '100',
address: '0xe22dca93cea79855202bba1bf2a1db48294efb13',
});const core = new BurnerCore({
...
assets: [proton, ...],
});const helena = new HelenaPlugin({
name: 'Helena Market',
contact: '[email protected]',
tradingdb: 'https://burner-api.helena.network/api',
helenaUsers: 'http://localhost:8000',
token: 'xpp',
});const BurnerWallet = () =>
```