https://github.com/factomproject/finite
Finite Smart Contract Protocol
https://github.com/factomproject/finite
factom petri-net smart-contracts tokenization
Last synced: 2 months ago
JSON representation
Finite Smart Contract Protocol
- Host: GitHub
- URL: https://github.com/factomproject/finite
- Owner: FactomProject
- License: mit
- Created: 2019-07-13T15:16:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T23:48:02.000Z (over 5 years ago)
- Last Synced: 2025-04-11T04:39:42.271Z (2 months ago)
- Topics: factom, petri-net, smart-contracts, tokenization
- Language: Python
- Size: 81.1 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Factom Finite
Create, track, and validate tokenized event streams.
## Status
Early POC
## Development
Start factomd sim + wallet
```
./sim.py
```Buy some EC's
```
./test.sh buyec
```### Docker-Compose tips
If you see an error like:
```
Creating network "finite_ptnet" with the default driver
ERROR: Pool overlaps with other one on this address spa
```One (imperfect) way to get past this is to remove all docker networks
```
docker network ls -q | xargs docker network rm
```