Bandot unsecured lending protocol is implemented with Parity Ink!, and developed with Patract Redspot tools.
Run the following command to install cargo-contract:
$ cargo install cargo-contract --force --locked
,
or go to cargo-contract to learn more.
Compile your contract into wasm
$ npx redspot compile
Test your contract
$ npx redspot test
Open the interactive javascript console
$ npx redspot console
Get help information
$ npx redspot help
For the most updated codes, please refer to the delegate branch :)
We have created a simple credit delegation loan system by using the a rough KYC verification.
Try it from our test network: https://lend.bandot.io/
For more detail, you can access our Github: https://github.com/bandotio/unsecured-lending