Skip to content

TrustedDataFramework/js-sdk-v2

Repository files navigation

for webpack user, add following to your webpack.config.js

{
    externals: {
        '../linker/nodejs': 'tdos_linker',
        'ethers': 'ethers'
    }   
}