An open API service indexing awesome lists of open source software.

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

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