Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-25T17:06:01.000Z (over 1 year ago)
- Last Synced: 2023-09-26T05:26:00.414Z (about 1 year ago)
- Topics: blockchain, everscale, fift, rust, venom-blockchain, venom-developer-program, venom-tools, wasm
- Language: Vue
- Homepage: https://fift.bytie.moe
- Size: 15.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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)).