Skip to content

Simple automation for local PancakeSwap smart contracts deployment

License

EvolutionProject/pcs-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcs-deploy

This repository contains artifacts necessary for deployment of PancakeSwap smart contracts to your local development ethereum instance (e.g. Ganache).

It is based on this post: https://nhancv.com/host-your-own-pancakeswap-testnet/, but it does not deploy Frontend

It can be useful to test more complext tokens incorporating taxes, auto LP creation and more.

git clone https://github.com/turbotronproject/pcs-deploy.git
cd pcs-deploy
git submodule init
git submodule update --recursive
make

The Truffle configs in truffle/COMPONENT subdirs assume your network runs on localhost:7778 with chain ID 4321. You might need to change your local environment config or the network config in the truffle-config.js files.

Makefile also uses sol-merger and jq tools.

You can find the addresses of deployed contracts in JSON files in directory artifacts/.

About

Simple automation for local PancakeSwap smart contracts deployment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published