A little project to deploy and test droplinked's casper smart contract, and also view droplinked contract's storage state.
with vite-js installed, run
# Cloning
git clone https://github.com/FLATLAY/casper_wallet.git
cd casper_wallet
# Installing requirments
npm install casper-js-sdk --save
npm install buffer --save
npm install nft.storage --save
# Running
vite