Go to file
Kirill Pimenov b5028da0a9
Merge pull request #9 from ngyam/fix/drop_reverse_delete_bug
Disallow deleting others' reverse entry on drop in SimpleRegistry
2019-05-29 19:26:09 +02:00
abis code style fixes and update abi 2018-06-01 16:05:45 +01:00
contracts Update contracts/SimpleRegistry.sol 2019-05-28 19:43:08 +02:00
migrations Add certifier tests 2018-05-23 07:57:39 +08:00
test fix(simple-registry): possibility to delete others' reverse entry on drop 2019-05-24 21:34:08 +02:00
.editorconfig Initial commit 2018-05-09 18:48:02 +08:00
.gitattributes Initial commit 2018-05-09 18:48:02 +08:00
.gitignore Initial commit 2018-05-09 18:48:02 +08:00
.soliumignore Ignore Migrations.sol linting 2018-05-16 14:33:01 +08:00
.soliumrc.json Initial commit 2018-05-09 18:48:02 +08:00
.travis.yml Initial commit 2018-05-09 18:48:02 +08:00
CODEOWNERS Expand CODEOWNER list based on notes from @andresilva and @kirushik 2018-05-17 07:06:45 +08:00
LICENSE Initial commit 2018-05-09 18:48:02 +08:00
README.md update readme 2018-06-01 16:10:33 +01:00
package.json Initial commit 2018-05-09 18:48:02 +08:00
truffle-config.js Initial commit 2018-05-09 18:48:02 +08:00
yarn.lock update solidity version to 0.4.24 2018-07-04 11:45:14 +01:00

README.md

name-registry

Build Status Solidity Coverage Status

Registry used by Parity Name Registry and Certifier used by service transaction contract.

Getting started

This project uses the Truffle framework. To install the required dependencies run:

yarn install

To run the test suite:

yarn test