Skip to content

kranthicodes/betterIDE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BetterIDEa - A better IDE for Arweave smartcontracts

Try it here

View screenshots

codearea

deploy

cloud

Features

  • Code Editor and IDE Features such as syntax highlighting, code completion, etc.
  • JS Contract deployment and testing (using Arweavekit to deploy and interact)
  • Universal Data Licensing of your code through Arweaves UDL implementation
  • Cloud based storage and sharing through Arweave Protocol Land

Tech Stack

  • Vite, React, Typescript, TailwindCSS
  • Monaco for React
  • Arweavekit
  • ArConnect
  • Arlocal

Run it yourseld

Prerequisites

  • Node.js LTS & npm
  • Arweave Wallet (ArConnect)

Fork, Clone, Install and Run

git clone git@github.com:<YOUR_USERNAME>/betterIDE.git
cd betterIDE
pnpm install
pnpm run dev

Open http://localhost:5173/betterIDE/ as simple as that!

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

About

A better IDE for arweave contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.4%
  • JavaScript 2.7%
  • CSS 1.2%
  • Other 0.7%