https://github.com/harshoza36/bsefintech-token
A Cryptocurrency created in BSE Fintech Training
https://github.com/harshoza36/bsefintech-token
Last synced: 4 months ago
JSON representation
A Cryptocurrency created in BSE Fintech Training
- Host: GitHub
- URL: https://github.com/harshoza36/bsefintech-token
- Owner: HarshOza36
- License: mit
- Created: 2020-07-22T11:55:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T04:37:23.000Z (over 5 years ago)
- Last Synced: 2025-02-28T10:17:11.147Z (9 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BseFintech-Token
A Cryptocurrency created in BSE Fintech Training
# Using Truffle Teams Sandbox to test and Deploy Truffle and React Based BlockChain App
Truffle teams basically is Just like Git Actions.
It is CI/CD that is Continuous Integration Continuous Deployment, So as you commit to the repo, deployment will start.
So in Truffle Teams There are three steps
- Build will commence when repo will be committed
- If build passes we can stage it to the sandbox or to Main Ethereum Network or to test networks like Ropsten, Kovan ,etc.
- Deploy Production on MainNet(Ethereum)
# How To Use:
- Create Truffle Teams account using Github account
- In the github repository click on settings
- Go to Integrations, Configure Truffle Teams
- This integrates our repo to Truffle teams
- Done , now whenever you commit, Your files will build in Truffle teams