All Projects → SUIBE-Blockchain → FISCO-BCOS-Toolbox

SUIBE-Blockchain / FISCO-BCOS-Toolbox

Licence: Apache-2.0 license
【Tools】FISCO BCOS Sol Toolbox created by SUIBE-Blockchain-Team.

Programming Languages

CSS
56736 projects
HTML
75241 projects
solidity
1140 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to FISCO-BCOS-Toolbox

Krypton-Toolkit-Suite-Extended-NET-5.470
An extension to the Krypton Toolkit suite of controls for .NET framework 4.7
Stars: ✭ 51 (+50%)
Mutual labels:  toolbox
wb-toolbox
Simulink toolbox to rapidly prototype robot controllers
Stars: ✭ 20 (-41.18%)
Mutual labels:  toolbox
treestoolbox
TREES toolbox
Stars: ✭ 20 (-41.18%)
Mutual labels:  toolbox
XTR-Toolbox
🛠 Versatile tool to optimize Windows
Stars: ✭ 138 (+305.88%)
Mutual labels:  toolbox
VBA-toolbox
The VBA toolbox
Stars: ✭ 103 (+202.94%)
Mutual labels:  toolbox
delay-discounting-analysis
Hierarchical Bayesian estimation and hypothesis testing for delay discounting tasks
Stars: ✭ 20 (-41.18%)
Mutual labels:  toolbox
dwl
The Dynamic Whole-body Locomotion library (DWL)
Stars: ✭ 70 (+105.88%)
Mutual labels:  toolbox
Standard-Toolkit
An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET Core/.NET
Stars: ✭ 194 (+470.59%)
Mutual labels:  toolbox
Awesome-Tools-For-WebDevelopers
Awesome Tools For Web Developers
Stars: ✭ 57 (+67.65%)
Mutual labels:  toolbox
Krypton-Toolkit-Suite-NET-Core
A update to Component factory's krypton toolkit to support .NET Framework 3.5 to .NET Core
Stars: ✭ 27 (-20.59%)
Mutual labels:  toolbox
WeBASE
WeBank Blockchain Application Software Extension
Stars: ✭ 453 (+1232.35%)
Mutual labels:  fisco-bcos
toolbox
dein ToolBox - C# .Net Library with utilities like: command line, files, log, platform, shell, system, transform and validation [ Win+Mac+Linux ]
Stars: ✭ 46 (+35.29%)
Mutual labels:  toolbox
verified calibration
Calibration library and code for the paper: Verified Uncertainty Calibration. Ananya Kumar, Percy Liang, Tengyu Ma. NeurIPS 2019 (Spotlight).
Stars: ✭ 93 (+173.53%)
Mutual labels:  toolbox
PanoBasic
Matlab Toolbox for Panorama Image Processing
Stars: ✭ 81 (+138.24%)
Mutual labels:  toolbox
hydrobox
hydrological preprocessing and analysis toolbox build upon pandas and numpy
Stars: ✭ 18 (-47.06%)
Mutual labels:  toolbox
TEAP
Toolbox for Emotion Analysis using Physiological signals
Stars: ✭ 50 (+47.06%)
Mutual labels:  toolbox
bruceR
📦 BRoadly Useful Convenient and Efficient R functions that BRing Users Concise and Elegant R data analyses.
Stars: ✭ 110 (+223.53%)
Mutual labels:  toolbox
circtools
circtools: a modular, python-based framework for circRNA-related tools that unifies several functionalities in a single, command line driven software.
Stars: ✭ 19 (-44.12%)
Mutual labels:  toolbox
Robotlib.jl
Robotics library written in the Julia programming language
Stars: ✭ 32 (-5.88%)
Mutual labels:  toolbox
FFmpegBox
📦 FFmpeg command line tool box for Android
Stars: ✭ 38 (+11.76%)
Mutual labels:  toolbox

FISCO BCOS Toolbox

All Contributors

FISCO BCOS Toolbox created by SUIBE-Blockchain-Team.

由上海对外经贸大学区块链技术与应用研究中心研发的针对 FISCO BCOS 的工具箱。

DEMO: https://tools.doge.university/

Build Status

内容包括:

  • FISCO BCOS 地址生成(已完成)
  • SDK Config 在线生成 (已完成)
  • 开发中的数据模拟(构建中)
  • 智能合约案例合集(构建中)
  • SDK 功能通过WEB页面调用(构建中) ……

环境变量文件见.envrc

1. Toolbox使用演示视频

上贸大区块链中心打造的「开源区块链开发工具箱」如何助力WeBase

2. 设计理念

FISCO BCOS Toolbox 设计理念

3. Contributors


李大狗

💻

HuiFeng Tang

💻

Mu Li

💻

肖越

💻

lekko1988

💻

hqwangningbo

💻

whtech

🚇

4. 安装指南

4.1 环境变量配置

将如下内容写入环境变量:

export FLASK_APP=autoapp.py
export FLASK_DEBUG=1
export DATABASE_URL=sqlite:///test.db
export SECRET_KEY=123456
export SEND_FILE_MAX_AGE_DEFAULT=31556926

注:推荐使用direnv进行环境管理。

4.2 配置虚拟环境

  • 安装
virtualenv --no-site-packages venv
  • 激活
. ./venv/bin/activate

4.3 安装依赖包

pip3 install -r requirements.txt

4.4 初始化数据库

python3 manager.py init_db

4.5 运行!

flask run

默认管理员账号:admin 密码:admin

默认admin管理页:http://url/admin

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].