1 Add the plugin to your relay node.
cd ~/{core-bridgechain}/plugins && git clone https://github.com/e-m-s-y/radians-transactions-plugin.git
2 Open ~/.config/{ark-core}/{mainnet|devnet|testnet}/plugins.js
and add the plugin config above the @arkecosystem/core-database-postgres
package.
"@foly/radians-transactions-plugin": {
enabled: true
}
3 Build the plugin.
cd ~/{core-bridgechain}
yarn setup
4 Restart your relay.