@0xneged/rich-rekt-contract
v1.2.3
Published
Rich Rekt smart contract
Readme
Solidity Ethereum smart contract starter
Heavily influenced by the Big Whale Labs repos.
Usage
- Clone the repository with
git clone [email protected]:Borodutch/smart-contract-starter - Install the dependencies with
yarn - Add environment variables to your
.envfile - Run the scripts below
Environment variables
| Name | Description |
| ---------------------------- | --------------------------------------------------------- |
| ETHERSCAN_API_KEY | Etherscan API key |
| ETH_RPC | Ethereum RPC URL |
| CONTRACT_OWNER_PRIVATE_KEY | Private key of the contract owner to deploy the contracts |
Also check out the .env.sample file for more information.
Available scripts
Check out the package.json file for more information.
