Skip to content

beamuu/swap-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swap-core

Clonned from pancake-swap-core

Clonning this project

$ git clone https://github.com/nutchanonc/swap-core.git

Deploy contracts

  • 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

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors