Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmihal/helena-burner-plugin
https://github.com/dmihal/helena-burner-plugin
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmihal/helena-burner-plugin
- Owner: dmihal
- License: mit
- Created: 2019-08-30T15:11:34.000Z (about 5 years ago)
- Default Branch: burner-2-plugin
- Last Pushed: 2022-12-11T04:00:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T10:41:32.965Z (about 1 month 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 = () =>
```