GithubHelp home page GithubHelp logo

daxeel / blockshell Goto Github PK

View Code? Open in Web Editor NEW
1.4K 1.4K 121.0 50 KB

๐ŸŽ‰ Minimal Blockchain Learning CLI

License: MIT License

Python 26.24% HTML 73.76%
blockchain blockchain-concepts blockchain-demos blockchain-explorer blockchain-platform blockchain-technology cli command-line-tool

blockshell's People

Contributors

ahanikel avatar daxeel avatar diegoquintanav avatar nao000 avatar slamp avatar vyaspranjal33 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blockshell's Issues

Change 127.0.0.1 by server ip

Hello,

How can i change "127.0.0.1:5000" by "mylocalip:5000" ?

Blockshell is on my linux server and I would like access to web page from my windows client.

thanks !

I get an error on running blockshell

I have followed the installation instructions and installed it sucessfully but on running blockshell it gives the following error

(venv) palash25@Lenovo-G50:~/Dev/bshell/blockshell$ blockshell
Traceback (most recent call last):
  File "/home/palash25/Dev/bshell/venv/bin/blockshell", line 11, in <module>
    load_entry_point('blockshell', 'console_scripts', 'blockshell')()
  File "/home/palash25/Dev/bshell/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 572, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/home/palash25/Dev/bshell/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2755, in load_entry_point
    return ep.load()
  File "/home/palash25/Dev/bshell/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2408, in load
    return self.resolve()
  File "/home/palash25/Dev/bshell/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2414, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/home/palash25/Dev/bshell/blockshell/bscli.py", line 60
    """
      ^
SyntaxError: invalid syntax

Can I store the result?

Hello!

Thank you for this software! It's impressive :)
Can I store the result to transfer between hosts and usage for something else?

Thank you.

python web.py reports ImportError

Hello,

I'm quite new to this. Don't understand python very well. Just followed the instructions here and everything worked well until i tried opening the web using 'pyton web.py' ,which reported the below error [attached png]. Can you let me know how to fix this ?

I run Windows 7, with python 2.7.13.

bc

You guys doing a great job. Very useful stuff for beginners like me.

Thanks
Ashwin

pkg_resources.DistributionNotFound: The 'blockshell' distribution was not found and is required by the application

I installed blockshell by copying all the commands in the readme and when I run blockshell I get

Traceback (most recent call last):
  File "/usr/bin/blockshell", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3241, in <module>
    @_call_aside
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3225, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3254, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'blockshell' distribution was not found and is required by the application

Python3 Json.loads value type error

When i try to click the web.py file, it run successfully to display the index page , however, when i tried to click the allblocks url page it gives me an error saying saying:
json.loads(...) ValueError: Expecting value: line 1 column 1 (char 0)

** the code for part of the file bringing the error is**

@app.route('/allblocks') def mined_blocks(): """ Endpoint to list all mined blocks. """ with open('chain.txt', 'r') as jsonfile: data = json.loads(jsonfile) jsonfile.close() return render_template('blocks.html', data=data)

404 on web viewer

Hello,

I just cloned project and wanted to see with the web viewer but got some 404 error on bootstrap/jquery.
image

Exit from Blockshell

While inside the virtualenv, it'd be good to have an option to exit the blockshell prompt without really closing the virtualenv altogether. control + C (Mac OS) merely aborts the process and does not shut it down properly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.