Skip to content

Peripheral smart contracts for interacting with Astra Core

License

Notifications You must be signed in to change notification settings

22388o/astra-swap-periphery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astra Swap Periphery

Local Development

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

Install Dependencies

yarn

Add Environment Variables

INFURA_KEY="YOUR_INFURA_KEY"
PRIVATE_KEY="YOUR_PRIVATE_KEY"

Compile Contracts

npx hardhat compile

Deploy Contract

Mainnet: npx hardhat run scripts/deploy.js --network mainnet
Ropsten: npx hardhat run scripts/deploy.js --network ropsten
Kovan: npx hardhat run scripts/deploy.js --network kovan
Rinkeby: npx hardhat run scripts/deploy.js --network rinkeby
Goerli: npx hardhat run scripts/deploy.js --network goerli
Polygon: npx hardhat run scripts/deploy.js --network polygon
Mumbai: npx hardhat run scripts/deploy.js --network mumbai

About

Peripheral smart contracts for interacting with Astra Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published