https://github.com/paritytech/artist
Artist is a (to-be) experimental actor-based contract framework for Substrate.
https://github.com/paritytech/artist
Last synced: 7 months ago
JSON representation
Artist is a (to-be) experimental actor-based contract framework for Substrate.
- Host: GitHub
- URL: https://github.com/paritytech/artist
- Owner: paritytech
- License: apache-2.0
- Created: 2021-01-12T12:10:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T01:47:52.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T14:53:53.505Z (about 1 year ago)
- Language: Rust
- Size: 87.9 KB
- Stars: 6
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Artist
Artist is a (to-be) experimental actor-based contract framework for
Substrate. The code here is supposed to contain both the actor-based
contract development framework, together with the runtime pallet, as
they share the base code.
## Design
See [the design document](./docs/design.md).