There was an error while loading. Please reload this page.
Clone dapp-core in the same folder as your project (my-dapp)
dapp-core
my-dapp
In dapp-core run: npm link ../my-dapp/node_modules/react ../my-dapp/node_modules/axios
npm link ../my-dapp/node_modules/react ../my-dapp/node_modules/axios
In dapp-core run: npm run build and npm run start
npm run build
npm run start
In my-dapp run: npm link ../dapp-core/dist
npm link ../dapp-core/dist
In my-dapp run: npm run start
Prerequisite: npm i -g yalc
Clone dapp-core repository
In dapp-core run: yarn install
yarn install
In dapp-core run: yarn build and yarn start and cd dist
yarn build
yarn start
cd dist
In my-dapp (your project) run: yalc link @elrondnetwork/dapp-core
yalc link @elrondnetwork/dapp-core
After every change in dapp core run (while in 'dist' folder): yalc publish --push
yalc publish --push
To remove yalc dependecies from you project, in my-dapp run: yalc remove --all
yalc remove --all