Last Updated: 7/9/23
This is the client and front-end code for the blockchain project.
This front-end serves as the client for the blockchain project.
This client will make requests to the server-side of this project.
Update dependencies
yarn install
Build and Compile
npx expo start
Run Unit Tests
yarn test
This client can now submit transactions
to the API. These transactions
have a status
.
The aim of this client is to create service requests to the server-side.
This client is a component of the Blockchain Project. It works as the front-end code to create service requests to the server, along with the counter-part client:
Feel free to download, modify, or use in any way.
Developer: Hunter Yavitz