JustXxx / amlcontract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Aspect

Instruction

This is a sample project of Artela Aspect.

Files

.
├── README.md
├── asconfig.json
├── aspect                 <-- Your aspect code resides here
│   └── index.ts
├── contracts                  <-- Place your smart contracts here
├── scripts                    <-- Utility scripts, including deploying, binding and etc.
│   ├── aspect-deploy.cjs
│   ├── bind.cjs
│   ├── contract-call.cjs
│   └── contract-deploy.cjs
...

Useful links

About


Languages

Language:JavaScript 81.8%Language:TypeScript 8.2%Language:Solidity 5.9%Language:Just 4.1%