trans-verify

所属分类:论文
开发工具:JavaScript
文件大小:20KB
下载次数:0
上传日期:2020-10-12 23:51:21
上 传 者sh-1993
说明:  使用基于区块链的智能合约创建了一个去中心化应用程序(DApp),以实现安全和即时的...
(Created a Decentralized Application (DApp) using the Blockchain-based Smart Contracts to allow the secure and instantaneous verification of academic transcripts.)

文件列表:
app (0, 2020-10-13)
app\public (0, 2020-10-13)
app\public\index.html (452, 2020-10-13)
app\public\manifest.json (306, 2020-10-13)
app\src (0, 2020-10-13)
app\src\AddRecord.js (1806, 2020-10-13)
app\src\App.css (515, 2020-10-13)
app\src\App.js (667, 2020-10-13)
app\src\App.test.js (248, 2020-10-13)
app\src\GetRecord.js (1360, 2020-10-13)
app\src\Home.js (432, 2020-10-13)
app\src\Menu.js (598, 2020-10-13)
app\src\MyComponent.js (1186, 2020-10-13)
app\src\MyContainer.js (414, 2020-10-13)
app\src\SignTranscript.js (2670, 2020-10-13)
app\src\VerifyTranscript.js (2311, 2020-10-13)
app\src\drizzleOptions.js (272, 2020-10-13)
app\src\index.css (380, 2020-10-13)
app\src\index.js (247, 2020-10-13)
contracts (0, 2020-10-13)
contracts\Migrations.sol (555, 2020-10-13)
contracts\Transcript.sol (750, 2020-10-13)
migrations (0, 2020-10-13)
migrations\1_initial_migration.js (123, 2020-10-13)
migrations\2_deploy_contracts.js (261, 2020-10-13)
public (0, 2020-10-13)
public\index.html (452, 2020-10-13)
public\manifest.json (306, 2020-10-13)
src (0, 2020-10-13)
src\AddRecord.js (1806, 2020-10-13)
src\App.css (515, 2020-10-13)
src\App.js (667, 2020-10-13)
src\App.test.js (248, 2020-10-13)
src\GetRecord.js (1360, 2020-10-13)
src\Home.js (432, 2020-10-13)
src\Menu.js (598, 2020-10-13)
src\MyComponent.js (1186, 2020-10-13)
src\MyContainer.js (414, 2020-10-13)
... ...

# TransVerify Created a Decentralized Application (DApp) using the Blockchain-based Smart Contracts to allow the secure and instantaneous verification of academic transcripts, empowering both Students and Employers. ## Getting Started with the Application First, access the [Node.js website](https://nodejs.org/) to download Node.js and then install it on your machine. Next, we need to install Truffle, an Ethereum development environment. ```sh npm install -g truffle ``` Clone TransVerify Application ```sh https://github.com/vaikunthsd/TransVerify.git cd trans-verify truffle develop migrate --reset ``` #### `migrate --reset` should run inside the `truffle console` Install npn dependencies ```sh cd app npm install ``` Now Start the Server within the app directory ```sh npm start ``` Go to `http://localhost:3000` in your browser (Ideally, this url should automatically open in your default browser) Finally, please follow the instructions provided on the Home page and then on subsequent pages.

近期下载者

相关文件


收藏者