Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/u2467/aens-marketplace
Buy and sell AE names on Aeternity blockchain
https://github.com/u2467/aens-marketplace
aens aeternity blockchain
Last synced: 3 months ago
JSON representation
Buy and sell AE names on Aeternity blockchain
- Host: GitHub
- URL: https://github.com/u2467/aens-marketplace
- Owner: u2467
- Created: 2019-11-27T10:53:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T10:05:50.000Z (almost 5 years ago)
- Last Synced: 2024-05-13T00:08:34.874Z (6 months ago)
- Topics: aens, aeternity, blockchain
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-aeternity - aens_marketplace - Simple marketplace for AENS (Python) / Hack&Play 11.2019. (Development / Examples & Code-Snippets)
README
AENS Marketplace
================A marketplace to buy and sell names on the Aeternity blockchain
For the demo it is assumed that you have Python v3.7 or above installed
and configured and docker as well.Install the python dependencies:
```
pip installl -r requirements.txt
```start a local node:
```
docker-compose up -d
```load the environment variables:
```
source .envrc
```execute the demo steps
```
./run.sh
```### Cleanup
It is recommended to stop the node instance and clean the resources after running the demo:
```
docker-compose down -v
```## See it in action
[![asciicast](https://asciinema.org/a/288926.svg)](https://asciinema.org/a/288926)