├── PERA Smart Contract Deployment Guide.pdf ├── README.md ├── contracts ├── Migrations.sol └── PERASmartContract.sol ├── migrations ├── 1_initial_migration.js └── 2_deploy_contracts.js ├── package.json ├── test ├── PERA Smart Contract Test Report.pdf └── PERA.js └── truffle-config.js /PERA Smart Contract Deployment Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/perafinance/pera-contract-old/HEAD/PERA Smart Contract Deployment Guide.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/perafinance/pera-contract-old/HEAD/README.md -------------------------------------------------------------------------------- /contracts/Migrations.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/perafinance/pera-contract-old/HEAD/contracts/Migrations.sol -------------------------------------------------------------------------------- /contracts/PERASmartContract.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/perafinance/pera-contract-old/HEAD/contracts/PERASmartContract.sol -------------------------------------------------------------------------------- /migrations/1_initial_migration.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/perafinance/pera-contract-old/HEAD/migrations/1_initial_migration.js -------------------------------------------------------------------------------- /migrations/2_deploy_contracts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/perafinance/pera-contract-old/HEAD/migrations/2_deploy_contracts.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/perafinance/pera-contract-old/HEAD/package.json -------------------------------------------------------------------------------- /test/PERA Smart Contract Test Report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/perafinance/pera-contract-old/HEAD/test/PERA Smart Contract Test Report.pdf -------------------------------------------------------------------------------- /test/PERA.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/perafinance/pera-contract-old/HEAD/test/PERA.js -------------------------------------------------------------------------------- /truffle-config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/perafinance/pera-contract-old/HEAD/truffle-config.js --------------------------------------------------------------------------------