1.0.0 • Published 2 years ago

@ogubuikealex/secure-solidity-development-starterpack v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Solidity Development Starter File

This is a starter file to get you started on writing secure smart contracts.

I became tired of always setting up projects from scratch and so I created this starter file to speed up my development process.

Tech Stack

  • Hardhat
  • EtherJS
  • Slither
  • Ethereum security Toolbox by Trail Of Bits
  • Openzeppelin Contracts
  • Chainlink Contracts
  • @nomicfoundation/hardhat-toolbox
  • @nomiclabs/hardhat-etherscan
  • hardhat-contract-sizer
  • hardhat-gas-reporter
  • prettier-plugin-solidity

Related

Here are some related topics

How To Install Slither

Run Locally

Fork the project (So that you can get updates for it)

Clone the project

  git clone https://github.com/king-Alex-d-great/secure-solidity-development-starterpack.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Test

To run tests, run the following command

  npx hardhat test

To run slither on your smart contracts

  slither .

To run ethereum-toolbox on your smart contracts First setup docker

  npm run toolbox