https://github.com/broxus/fift-playground
A simple browser REPL for fift
https://github.com/broxus/fift-playground
blockchain everscale fift rust venom-blockchain venom-developer-program venom-tools wasm
Last synced: about 2 months ago
JSON representation
A simple browser REPL for fift
- Host: GitHub
- URL: https://github.com/broxus/fift-playground
- Owner: broxus
- License: lgpl-2.1
- Created: 2023-08-21T18:54:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-18T20:50:55.000Z (10 months ago)
- Last Synced: 2026-03-31T19:55:33.360Z (3 months ago)
- Topics: blockchain, everscale, fift, rust, venom-blockchain, venom-developer-program, venom-tools, wasm
- Language: Vue
- Homepage: https://play.fift.rs
- Size: 19.1 MB
- Stars: 2
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fift Playground
## About
A simple browser REPL for [`fift`](https://github.com/broxus/fift).
## Usage
### Local Development
This website is built using `Vue` and `Rust`.
### Prerequisites
- Rust 1.70+ with installed target `wasm32-unknown-unknown`
- wasm-pack
- binaryen 99+ (for `wasm-opt`)
- Node.js 18+
### Installation
```bash
git clone https://github.com/broxus/fift-playground.git
cd everscale-web-tools
npm install
npm run wasm
```
### Run
```
npm run dev
```
This command starts a local development server and opens up a browser window (http://localhost:5173).
Most changes are reflected live without having to restart the server.
### Build
```bash
npm run build
```
This command generates static content into the `dist` directory and can be served using any static contents hosting service.
## Contributing
We welcome contributions to the project! If you notice any issues or errors, feel free to open an issue or submit a pull request.
## License
Licensed under GNU Lesser General Public License v2.1 ([/cli/LICENSE](./cli/LICENSE) or )
Uses a modified version of [original fift libraries](https://github.com/ton-blockchain/ton/tree/master/crypto/fift/lib) ([LGPL-2.1](./fift-lib/LICENSE)).