Addon generator and packager for Devalang
npm install @devaloop/devapack
bash
npm i -g @devaloop/devapack
`
#### Rust (Cargo)
`bash
cargo install devapack
`
$3
##### Run the following command to create a new bank
`bash
devapack bank create
`
##### Run the following command to delete a bank
`bash
devapack bank delete .
`
$3
$3
$3
You must have Rust installed on your machine. Then, you can build the project using Cargo :
`bash
npm install
`
`bash
cargo build
`
`bash
cargo run
``