Skip to content

milanjrodd/AtraydApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mintdapp

This is a web application built using React.js and Ethereum smart contracts. It allows users to buy and sell Ethereum tokens in a decentralized manner.

Getting Started

To run this application locally, you need to have Node.js and yarn installed on your machine. Clone this repository and run the following commands:

yarn install
yarn dev-server

This will start a local server at localhost:8080. You can access the application by opening your web browser and navigating to this URL.

Deploying to Google Cloud

To deploy this application to Google Cloud, you need to have a Google Cloud account and have the gcloud CLI installed on your machine. Follow these steps:

  1. Create a new project in the Google Cloud Console

  2. In the Cloud Shell, navigate to the root directory of this project

  3. Run the following commands to deploy the application:

    yarn build
    gcloud app deploy
    
    
  4. Wait for the deployment to complete

Once the deployment is complete, you can access the deployed application at the URL provided by Google Cloud.

About

Atray Minting dApp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.1%
  • SCSS 3.6%
  • Solidity 3.5%
  • JavaScript 2.4%
  • Other 1.4%