New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

secure-smartcontract-template

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

secure-smartcontract-template

I am tired of having to setup projects everytime, so i am creating this template to be a starter file for all other projects

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Solidity Development Starter File

This is a starter template to get started on writing SECURITY-CONCIOUS 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

Here are some related topics

How To Install Slither

How To Use

  • Install via the command line
  npm i secure-smartcontract-template

or via package.json

 "secure-smartcontract-template": "1.0.2"

or fork and clone the project

  git clone https://github.com/YOUR-USERNAME/secure-solidity-development-starterpack.git
  • Install dependencies
  npm install
  • Run Test
  npx hardhat test
  • To run slither on your smart contracts
  slither .
  • To run ethereum-toolbox on your smart contracts Please Note that you should have docker set up first before you can run the command below
  npm run toolbox

Keywords

solidity

FAQs

Package last updated on 24 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts