@foly/scooter-transactions
v1.0.0
Published
Custom transaction types for the Ark Scooter project.
Downloads
10
Maintainers
Readme
Custom scooter transactions
This plugin contains custom transactions built for the Tier-0 Ark Scooters project.
https://ark.io/projects/ark-scooters
Installation
1 Add the plugin to your relay node.
cd ~/{core-bridgechain}/plugins && git clone https://github.com/e-m-s-y/scooter-transactions.git
2 Open ~/.config/{ark-core}/{mainnet|devnet|testnet}/plugins.js
and add the plugin config at the bottom of the file.
"@foly/scooter-transactions": {
enabled: true
}
3 Build the plugin.
cd ~/{core-bridgechain}
yarn build
4 Restart your relay.