Skip to content

leonidesfernando/solidityProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOLIDITY PROJECT

This is a simple project to take the firsts steps in the Blockchain and Ethereum to work with smart contracts, with some examples(code and tests) by the Microsoft Learn - blockchain-solidity-ethereum-smart-contracts

This project requires:

As it's a Node project, you must install or update this project using npm install

  • Truffle:
    • library: npm install -g truffle
    • extension: Truffle for VS Code
  • Ganache:
    • library: npm install ganache --global

Tests

There are some tests in this project. We are making using of Truffle. To execute them: truffle test

About

This is a simple project to take the firsts steps in the Blockchain and Ethereum to work with smart contracts, with some examples(code and tests)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published