django rholang editor app based on ace editor
Project description
# django_rholang_editor
## Introduction
[Rholang](https://developer.rchain.coop/) is a new language for writing smart contracts that run on the RChain virtual machine.
You can find more in the [Rholang tutorial](https://developer.rchain.coop/tutorial)
##Usage
```python
from django.forms import Form
from django_rholang_editor.fields import RholangTextFormField
class EditorForm(Form):
rho = RholangTextFormField()
```
## Install
1.install using pip
```bash
pip install django-rholang-editor
```
2.Update `INSTALLED_APPS`:
```python
INSTALLED_APPS = (
# ...
'django_ace',
)
```
## Introduction
[Rholang](https://developer.rchain.coop/) is a new language for writing smart contracts that run on the RChain virtual machine.
You can find more in the [Rholang tutorial](https://developer.rchain.coop/tutorial)
##Usage
```python
from django.forms import Form
from django_rholang_editor.fields import RholangTextFormField
class EditorForm(Form):
rho = RholangTextFormField()
```
## Install
1.install using pip
```bash
pip install django-rholang-editor
```
2.Update `INSTALLED_APPS`:
```python
INSTALLED_APPS = (
# ...
'django_ace',
)
```
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for django_rholang_editor-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f3e54f0922fe29a6f4eefd0b13d81d374c9fd6044a822e768acb95984282c61 |
|
MD5 | 706a0201de61939d547c0d76cb627c9d |
|
BLAKE2b-256 | 51b1e45a38ef2d6960a0b69222c7c63becfadbc61055fa0cfd9a681c90d5fe56 |