基于区块链的毕业设计Python Dev Dapp Template – Python Dev Dapp模板
本文提供基于区块链的毕业设计国外最新区块链项目源码下载,包括solidity,eth,fabric等blockchain区块链,基于区块链的毕业设计Python Dev Dapp Template – Python Dev Dapp模板 是一篇很好的国外资料
Python Dev Dapp Template
A template for building dapps with eth-brownie
and reactjs
.
Getting Started
There are a couple of things you’ll need to edit once you’ve created your repository using this template:
- Change environment name in
environment.yml
- Change project name in
package.json
- Change header in this
README.md
To initialize your environment you’ll need to have the following dependencies pre-installed:
-
conda
– package manager -
npm
– package manager
Note: This project uses python for smart contract development, but reactjs and nodejs for front-end development.
Follow the steps below to complete the environment initialization:
$ conda env create -f environment.yml # install smart contract dependencies in new venv $ conda activate [insert-env-name] # env name is the name you entered in environment.yml $ npm ci # clean slate install of front-end project dependencies
Python Dev Dapp Template
A template for building dapps with eth-brownie
and reactjs
.
Getting Started
There are a couple of things you’ll need to edit once you’ve created your repository using this template:
- Change environment name in
environment.yml
- Change project name in
package.json
- Change header in this
README.md
To initialize your environment you’ll need to have the following dependencies pre-installed:
-
conda
– package manager -
npm
– package manager
Note: This project uses python for smart contract development, but reactjs and nodejs for front-end development.
Follow the steps below to complete the environment initialization:
$ conda env create -f environment.yml # install smart contract dependencies in new venv $ conda activate [insert-env-name] # env name is the name you entered in environment.yml $ npm ci # clean slate install of front-end project dependencies
部分转自网络,侵权联系删除区块链源码网
区块链知识分享网, 以太坊dapp资源网, 区块链教程, fabric教程下载, 区块链书籍下载, 区块链资料下载, 区块链视频教程下载, 区块链基础教程, 区块链入门教程, 区块链资源 » 基于区块链的毕业设计Python Dev Dapp Template – Python Dev Dapp模板