Skip to content

A little App creation from the tuto of Buildspace to learn Solidity

Notifications You must be signed in to change notification settings

NelsonRodMar/buildspace-solidity-app-creation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Build a Web3 app with Solidity - Buildspace Course

Welcome 👋🏼

To run the result of this course, clone this repo and follow these commands:

  1. Run npm install at the root of your directory
  2. Run npm run start to start the project
  3. And start using this simple application !

Basic solidity contract !

This project is a basic contract to learn Solidity. This contract let you Wave me with a little message only if the contract is not paused, and you need to pay 0.015Ξ Once your message is send you have 40% chance to receive 0.01Ξ, otherwise 0.0015Ξ goes to the owner of the contract Only the owner of the contract can pause it Only the owner of the contract can change the owner The contract is deployed on Rinkeby : 0xea76dd45d3024c0f1166562ed3c1966307416eac

About

A little App creation from the tuto of Buildspace to learn Solidity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published