Below are demos and videos showcasing our project's functionality. Videos are particularly helpful in conveying the project's value and can be easily shared and understood by judges and the public. Preferably contracts have a usable UI/Mockup to be shown.
-
Screenshots:
- Deployment of NunyaBusiness.sol and DummyGateway to Ethereum Sepolia
- Deployment of NunyaBusiness.sol and Gateway (based on SecretPath) to Ethereum Sepolia using IGateway.sol interface
-
Video of Nunya.business compile, upload, and instantiate a Private Secret Contract to Secret Network Testnet YouTube Link
-
Video of Nunya.business compile, upload, and instantiate a SecretPath Public Gateway Contract to Sepolia Ethereum Testnet. YouTube Link
- It successfully also deploys NunyaBusiness contract since we added
secretContract = IGateway(gateway);
to use an interface based on Gateway.sol instead of the old DummyGatewayContract interface file.
- It successfully also deploys NunyaBusiness contract since we added
-
Video of Nunya.business frontend integration video