Skip to content

YokaiSwap/yokai-swap-farm

 
 

Repository files navigation

YokaiSwap Farming

Local Development

The following assumes the use of node@>=14.

Install Dependencies

yarn install

Compile Contracts

yarn compile

Deployment

Setup

Create a .env file, remember to replace placeholders with real value.

cat > .env <<EOF
DEPLOYER_PRIVATE_KEY=< replace with your private key >
RPC_URL=< polyjuice web3 rpc >
NETWORK_SUFFIX=< gw-testnet or gw-mainnet >

ROLLUP_TYPE_HASH=< replace with godwoken rollup type hash >
ETH_ACCOUNT_LOCK_CODE_HASH=< replace with godwoken eth-account-lock code hash >

YOK_ADDRESS=< replace with YOK address >
EOF

Deploy

Then compile and deploy.

yarn compile
yarn deploy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 89.5%
  • TypeScript 10.2%
  • Other 0.3%