Skip to content

asimashfaq/Solidity-Contract

Repository files navigation

Solidity Message App

Truffle + Docker + Mocha + Solidity+ Typescript

Dependencies

Note : Download the Ganache App from the url below

https://www.trufflesuite.com/ganache

Install npx globally

yarn add npx -g

type npx build to view available built options

To Save message.

 function setMessage(string memory _msg) public {
   ...

To Read message.

 function getMessage() public view returns (string memory) {
   ...

About

A sample smart contract with Testing and Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published