You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the contract deployment requires the presence of a test network and that is created using the BIAB2 blueprint. Also the application needs to be deployed after the contracts are deployed to the blockchain.
To automate this process we should probably copy the BIAB2 blueprint for now (since no blueprint dependency mechanism exists today) and build on it to handle everything which includes:
build the test network (BIAB2 bp copied code will handle it)
deploy the solidity token contracts into the created test network above
deploy the application which depends on the smart contracts to use the test network and contract addresses above
The text was updated successfully, but these errors were encountered:
Right now the contract deployment requires the presence of a test network and that is created using the BIAB2 blueprint. Also the application needs to be deployed after the contracts are deployed to the blockchain.
To automate this process we should probably copy the BIAB2 blueprint for now (since no blueprint dependency mechanism exists today) and build on it to handle everything which includes:
The text was updated successfully, but these errors were encountered: