Solidity development tools for creating Ethereum smart contracts
Project description
solidbyte
Solidity development tools for creating Ethereum smart contracts
Contents
Quickstart
1) Install Solidbyte
First, install solidbyte. The easiest way to do that is from PyPi
with pip
.
pip install solidbyte
2) Setup your project
To get your project going, create a directory for your project and change to it.
Most sb
commands need to be run from the root of your project directory.
mkdir myproject && cd myproject
sb init
Now, all you should have a bare project structure created. You could also
init
with an available template, but for the purposes of this
doc, we're just going to create a bare structure.
Your contracts should be in the contracts
directory. Your Solidity or Vyper
contracts can be in any directory under it.
The deploy
directory will hold your deployment scripts.
And tests
will contain your contract unit tests.
The build
directory probably doesn't exist yet. This will be created by
solidbyte when necessary.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file solidbyte-0.0.3a1.tar.gz
.
File metadata
- Download URL: solidbyte-0.0.3a1.tar.gz
- Upload date:
- Size: 2.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | babbc619a6b85b9ab77c7907c1bea62ecd74e690375c7ffd5f0c29786af40596 |
|
MD5 | 59499c5acbc61af8a32e4626bcb0a4ac |
|
BLAKE2b-256 | a04d42b377083381b15437b3fb7b893130a068c62919072a13377c1ffb0d8f66 |
File details
Details for the file solidbyte-0.0.3a1-py3-none-any.whl
.
File metadata
- Download URL: solidbyte-0.0.3a1-py3-none-any.whl
- Upload date:
- Size: 2.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1133c9ba79a06727c1a0685a60cab9d76064724b4570e7d85de284daa4242d3b |
|
MD5 | d17e6167d19932a9b0735806807c5c0b |
|
BLAKE2b-256 | 0410d08fc0ec9c7cdf3523b7560ad2c17ae46552bb0064ff8fd709311117d061 |