Skip to content

Starter kit for working with Solidity programming language

License

Notifications You must be signed in to change notification settings

ceccode/solidity-vscode-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solidity vscode starter

This repository is a starter kit for working with Solidity (The Contract-Oriented Programming Language)

Prerequisites

Project Structure

Name Description
.vscode/ VS Code specific settings
src/ source code that will be compiled to the dist dir
soliumrc.json Config settings

Getting Started

  • Clone this project.
  • Put your .sol files in src directory

Build

Use solcjs (solcjs --help) or these pre-configured commands:

npm run build

Build and optimize:

npm run build-optimize

Contributing

Feel free to contribute.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

About

Starter kit for working with Solidity programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published