GithubHelp home page GithubHelp logo

souls-contracts's Introduction

๐Ÿ› ๏ธ solidity-template

TLDR; pre-configured hardhat project to run, debug, test and deploy your next solidity smart contract.

This project should be your personal and always reliable swiss knife available in your pocket when you need to create a new Solidity project to be released on the Ethereum Blockchain.

๐Ÿ“š Do you need a more ** detailed explanation**? Just check out my blog post "How to deploy your first smart contract on Ethereum with Solidity and Hardhat" where I explain how to build this solidity-template from 0.

What is inside?

  • Example of well-made Solidity Contract
  • Example of a well-made test suite for your Solidity Contract
  • Pre-configured Hardhat project
  • Automatically generate TypeScript bindings

Hardhat plugins included

  • hardhat-ethers: injects ethers.js into the Hardhat Runtime Environment
  • hardhat-waffle: adds a Waffle-compatible provider to the Hardhat Runtime Environment and automatically initializes the Waffle Chai matchers
  • TypeChain: automatically generate TypeScript bindings for smartcontracts
  • hardhat-solhint: easily run solhint to lint your Solidity code
  • hardhat-etherscan: automatically verify contracts on Etherscan

How to use it

  1. Click the "Use this template" green button
  2. yarn install
  3. Modify the contract/test case
  4. Run the contract locally with yarn chain and yarn deploy (deploy to local hardhat network)
  5. Test the contract with yarn test
  6. Change .env.example into .env and configure it
  7. Deploy your contract where you want!

TODO

souls-contracts's People

Contributors

yusufozcan avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.