Clonned from pancake-swap-core
$ git clone https://github.com/nutchanonc/swap-core.git- Make sure you have installed
truffle
$ npm install -g truffle- Create
truffle-config.js
$ truffle init- Set your network provider in
truffle-config.js - Create your own migrations
$ touch migrations/2_deploy_contracts.js- Deploy contracts
$ truffle migrate --reset