Skip to content

trendev/greeting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

greeting

                 __________  _______   ______           
                /_  __/ __ \/ ____/ | / / __ \___ _   __
                 / / / /_/ / __/ /  |/ / / / / _ \ | / /
                / / / _, _/ /___/ /|  / /_/ /  __/ |/ / 
               /_/ /_/ |_/_____/_/ |_/_____/\___/|___/  
                                                        
             ______                       ____  _            
            / ____/___  ____  _______  __/ / /_(_)___  ____ _
           / /   / __ \/ __ \/ ___/ / / / / __/ / __ \/ __ `/
          / /___/ /_/ / / / (__  ) /_/ / / /_/ / / / / /_/ / 
          \____/\____/_/ /_/____/\__,_/_/\__/_/_/ /_/\__, /  
                                                    /____/   

pages-build-deployment

built-with openzeppelin

Test/Build Github Actions

D-App using:

  • smart contracts (developed with solidity and minted on avalanche c-chain) for backend 🤖
  • angular for frontend 🌐

📚 This repository can be used for learning purposes 👨🏻‍💻

Build or deploy

ng build --base-href "/greeting/"

ng deploy --base-href "/greeting/"

Go contract binding

solc --abi backend/contracts/Greeter.sol --include-path backend/node_modules --base-path backend/contracts -o backend/go-greeting/build
mkdir -p backend/go-greeting/contracts
abigen --abi=backend/go-greeting/build/Greeter.abi --pkg=greeter --out=backend/go-greeting/contracts/Greeter.go