uniswap by using ethers, serverless, uniswap v3 sdk and core...
- sign up serverless
- create aws account (you need account for serverless deployment)
- node.js
- install serverless
curl -o- -L https://slss.io/install | bash
- type
sls
in terminal and set project npm install
module.exports.config = {
prod: {
infuraProjectId: '',
},
dev: {
infuraProjectId: '',
},
}
npm run test
if you want to run or skip specific test use only(), skip()