- Node v14
- Git
git clone https://github.com/abachi-io/abachi-presale-contracts.git
cd abachi-presale-contracts
npm i
cp .env.example .env
- Edit
.env
file - Edit scripts/deployAll.js and fill out
//required
addresses
npx hardhat compile
npx hardhat run scripts/deployAll.js --network [NETWORK]
npx hardhat verify --network [NETWORK] [CONTRACT ADDRESS] [CONSTRUCTOR PARAM 1] [CONSTRUCTOR PARAM 2]
npx hardhat test
- To test using a local chain, add a comma separated list of private keys from the local rpc server
- Update default network in hardhat config file to
localhost
Contract | Address |
---|---|
aAbachi | 0x835BA011Ec70e695879185dF3d46939DBfBeF7E5 |
presaleAbachi | 0x62Fb6F77cebc8500448FbFB8D4F875f01d01531d |
DAI | 0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063 |
Thank you for considering to help out with the source code! We welcome contributions from anyone on the internet, and are grateful for even the smallest of fixes!
If you'd like to contribute to Abachi, please fork, fix, commit and send a pull request for the maintainers to review and merge into the main code base.
Please make sure your contributions adhere to our coding guidelines:
- Pull requests need to be based on and opened against the master branch.
- Pull request should have a detailed explanation about the enhancement or fix
- Commit messages should be prefixed with the file they modify.
Please see the First Contributer's Guide for more details on how to configure your git environment.