0.2.7 • Published 3 months ago

@leofcoin/standards v0.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

standards

Contract standards

standards used in leofcoin chain kinda like erc20's but the native coin included

install

npm i @leofcoin/standards

usage

import { Token } from '@leofcoin/standards'

class myCoolToken extends Token {
  constructor(state) {
    super('myCoolToken', 'MCT', 18, state)
  }
}
0.2.7

3 months ago

0.2.6

3 months ago

0.2.5

3 months ago

0.2.1

3 months ago

0.2.0

3 months ago

0.2.3

3 months ago

0.2.2

3 months ago

0.2.4

3 months ago

0.1.8

3 months ago

0.1.7

3 months ago

0.1.4

3 months ago

0.1.6

3 months ago

0.1.5

3 months ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago