PowersOfTau / neo-savant

Home Page:https://ide.zilliqa.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neo-savant IDE

Neo-savant is a fully-fledged IDE used for writing, testing and deploying Scilla smart contracts painlessly. It can be tried out at https://ide.zilliqa.com/.

Neo-Savant helps Scilla developers to create and deploy Smart Contracts using an automated development environment, in-browser, with quick and intuitive controls.

Features

  • Intuitive UI for easy deployment/contract invocation.
  • Multiple networks supported: Testnet, Mainnet and a Simulated Environment where you can test out contracts without spending $ZIL
  • Account management using Keystore, Ledger or ZilPay.
  • Simple, persistent file manager for managing your contracts that allows for renaming/deletion.
  • Possibility to import already deployed contracts and call their transitions.
  • Support for event in contracts, with automatic notifications in the UI.
  • Support for arbitrary gas price/gas limit in deployment/calls.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

License

Neo-savant IDE is licenced under GPLv3.

About

https://ide.zilliqa.com

License:GNU General Public License v3.0


Languages

Language:Vue 69.6%Language:JavaScript 26.5%Language:SCSS 1.7%Language:HTML 1.0%Language:Shell 0.9%Language:Dockerfile 0.3%