Shell is an easy-to-use command-line tool that simplifies the process of building web3 applications. Similar to a web application, which has a frontend and a backend, a web3 application features a smart contract that resides on a blockchain and a frontend that interacts with this smart contract. Use hardhat to write and deploy smart contracts to the blockchain. Use svelte to develop frontends for deployed smart contracts. Additionally, GPTpy is provided as an auxiliary tool to assist with any learning curves new programmers might encounter.
Install globally with npm:
(Note that there are no dependencies used with Shell)
npm install -g @0xver/shell
Open the command-line tool instructions
shell
Install 0xver GPTpy
shell clone gptpy
Install 0xver Hardhat
shell clone hardhat
Install 0xver Svelte
shell clone svelte
Check the current version
shell --version
Package development resources: